How to add your knowledge
Assembly Work Point <IvWorkPoint>
Synopsis
Defines a work point in an Inventor assembly
Mixins
IvWorkPointModifier
Parameters
| Name | Type | Description |
|---|
| grounded? | boolean | True will set the work point grounded. |
| Name | string | Name of the work point that will be displayed in the Inventor browser tree. |
| origin | point | Defines the position of the work point. |
| visible? | boolean | True will make the work point visible. |
Rules
| Name | Type | Description |
|---|
| modelSelf | list | List of CAD relevant information about the current part. |
Example 1
| Child Name: | workPoint_1 |
| Child Design: | IvWorkPoint |
| Name | Type | Supplied |
| grounded? | boolean | False |
| visible? | boolean | True |
| origin | point | Point(5, 5, 0) |
Comments