Interface IPartSettingDocument
Gives access to Part Setting documents.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 15, 0, 0)]
public interface IPartSettingDocument
Remarks
This interface is available since v7.15.
Methods
| Name | Description |
|---|---|
| CreatePartSetupManagementOperation(DocumentId, List<ElementId>, StockType, List<ElementId>) | Creates the part setup management operation in a document. |
| IsPartSetting(DocumentId) | Tells whether a document is a part setting document. |