Returns a point so that a work point defined in the coordinate system of one component occurrence is defined in the coordinate system of another component occurrence or top level assembly.
iv_getOccurrenceWorkPoint ( contextPart As Part, _
occurrencePart As Part, _
ptName As String, _
Optional scope As Name = All ) As Point
Argument | Type | Description |
---|---|---|
contextPart | part | Inventor component in whose context the returned point is defined |
occurrencePart | part | Component occurrence containing the input work point |
ptName | string | Name of input work point |
scope | name | Optional; defines the scope of the operation
|