Interface IFinishings
Gives access to methods to read or write in a finishing document.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 20, 296, 0)]
public interface IFinishings
Remarks
This interface is available since v7.20.
Methods
| Name | Description |
|---|---|
| CreateFinishingParameter(DocumentId, PdmMinorRevisionId) | Creates a finishing parameter into a document |
| GetCategory(DocumentId) | Gets the finishing category of a finishing document. |
| GetFinishingParameterValue(ElementId, out DocumentId, out FinishingCategoryType) | Gets Document and Category from a finishing Parameter |
| IsFinishingParameter(ElementId) | Tells if an element is a finishing Parameter |
| SetFinishingCategory(DocumentId, FinishingCategoryType) | Sets the finishing category of a finishing document. |
| SetFinishingParameterValue(ElementId, PdmMinorRevisionId) | Sets value of a finishing Parameter |