Defines a work plane in an Inventor assembly.
The work plane can be defined using arbitrary position data, and then constrained using assembly constraints.
IvWorkPlaneModifier
Name | Type | Description |
---|---|---|
grounded? | boolean | True will set the work plane grounded. |
Name | string | Name of the work plane that will be displayed in the Inventor browser tree. |
origin | point | Defines the point which, along with two vectors , creates the plane. |
visible? | boolean | True will make the work plane visible. |
xAxis | vector | Defines the X direction of the plane. |
yAxis | vector | Defines the Y direction of the plane. |
Name | Type | Description |
---|---|---|
modelSelf | list | List of CAD relevant information about the current part . |
Child Name : | workPlane | |
Child Design : | IvWorkPlane | |
Name | Type | Supplied |
grounded? | boolean | False |
origin | point | Point(1, 1, 1) |
visible? | boolean | True |
xAxis | vector | Vector(1, 0, 0) |
yAxis | vector | Vector(0, 1, 0) |