Method CreateMachiningProcessOperationWithDrivers
CreateMachiningProcessOperationWithDrivers(PdmObjectId, int, List<ElementItemId>, List<string>, List<SmartObject>, List<ElementItemId>, List<SmartPoint3D>, List<ElementId>)
Creates the machining process with driver values.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
ElementId CreateMachiningProcessOperationWithDrivers(PdmObjectId inObjectId, int inValue, List<ElementItemId> inFaceIds, List<string> inDriverDesignations, List<SmartObject> inDriverValues, List<ElementItemId> inFaceIdValues, List<SmartPoint3D> inPointValues, List<ElementId> inToleranceValues)
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. |
| List<string> | inDriverDesignations | Driver designations. |
| List<SmartObject> | inDriverValues | Smart Object Driver values. |
| List<ElementItemId> | inFaceIdValues | Face ids |
| List<SmartPoint3D> | inPointValues | Smart Points values. |
| List<ElementId> | inToleranceValues | Tolerance drivers values. |
Returns
| Type | Description |
|---|---|
| ElementId |
Remarks
This method is available since v7.19.