Interface IOptions
Gives access to the options of a document.
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface IOptions
Remarks
This interface is available since v7.8.
Methods
| Name | Description |
|---|---|
| GetFileCompressionType(DocumentId) | Gets the compression type of a document file. |
| GetModelingTolerances(DocumentId, out double, out double) | Gets the modeling tolerances of a document. |
| GetUpdateModes(DocumentId, out bool, out bool) | Gets the update modes of a document. |
| GetVisualizationTolerances(DocumentId, out double, out double) | Gets the visualization tolerances of a document. |
| SetFileCompressionType(DocumentId, CompressionType) | Sets the compression type of a document file. |
| SetModelingTolerances(DocumentId, double, double) | Sets the modeling tolerances of a document. |
| SetUpdateModes(DocumentId, bool, bool) | Sets the update modes of a document. |
| SetVisualizationTolerances(DocumentId, double, double) | Sets the visualization tolerances of a document. |