Method CreateDrillingOperation
CreateDrillingOperation(DocumentId, SmartShape, SmartFrame3D, List<DrillingPrimitive>, bool)
Creates a drilling operation in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 0, 0)]
void CreateDrillingOperation(DocumentId inDocumentId, SmartShape inShape, SmartFrame3D inFrame, List<DrillingPrimitive> inDrillingPrimitives, bool inIsInoperative)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartShape | inShape | Identifier of the shape to drill. |
| SmartFrame3D | inFrame | Frame of the drilling. |
| List<DrillingPrimitive> | inDrillingPrimitives | Primitives of the drilling. |
| bool | inIsInoperative | Tells wether the operation is Inoperative |
Remarks
This method is available since v7.14.000.00.