Method GetFaceMachiningProcess
GetFaceMachiningProcess(ElementItemId, out int)
Gets the machining process of a face.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
PdmObjectId GetFaceMachiningProcess(ElementItemId inFaceId, out int outValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inFaceId | Identifier of the face to analyze. |
| int | outValue | Machining process enumeration value, if the face has a machining process. |
Returns
| Type | Description |
|---|---|
| PdmObjectId | PDM object identifier of the machining process definition document of the face, or Empty if the face has no machining process. |
Remarks
This method is available since v7.12.