Method CreateMachiningProcessOperation
CreateMachiningProcessOperation(PdmObjectId, int, List<ElementItemId>)
Creates the faces machining process.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 0, 0)]
ElementId CreateMachiningProcessOperation(PdmObjectId inObjectId, int inValue, List<ElementItemId> inFaceIds)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | 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. |
| List<ElementItemId> | inFaceIds | Identifier of the face to set attribute. |
Returns
| Type | Description |
|---|---|
| ElementId |
Remarks
This method is available since v7.13.