Method CreateDrillingOperationWithProcess
CreateDrillingOperationWithProcess(DocumentId, SmartShape, SmartFrame3D, List<DrillingPrimitive>, bool, PdmObjectId, int)
Creates a drilling operation using a process in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 180, 0)]
void CreateDrillingOperationWithProcess(DocumentId inDocumentId, SmartShape inShape, SmartFrame3D inFrame, List<DrillingPrimitive> inDrillingPrimitives, bool inIsInoperative, PdmObjectId inProcessObjectId, int inValue)
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 |
| PdmObjectId | inProcessObjectId | PDM object identifier of the machining process definition document of the face. |
| int | inValue | Machining process enumeration value, if the face has a machining process. |
Remarks
This method is available since v7.14.180.00.