Method New
New(DocumentId, SmartText, ElementId, ElementId, ElementId, MotionType)
Allocates a new Static Operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
ElementExId New(DocumentId inDocumentId, SmartText inDescription, ElementId inPartId, ElementId inWCSId, ElementId inToolId, MotionType inType)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartText | inDescription | Description. |
| ElementId | inPartId | Part to machine. |
| ElementId | inWCSId | World coordinate system. |
| ElementId | inToolId | Mounted tool. |
| MotionType | inType | Type of motion in the operation (three, four or five axis, etc...) |
Returns
| Type | Description |
|---|---|
| ElementExId | Identifier of the created operation. |