PartComponentDefinition.UserCoordinateSystems Property
Parent Object: PartComponentDefinitionDescription
Property that returns the UserCoordinateSystems collection object.
Syntax
PartComponentDefinition.UserCoordinateSystems() As UserCoordinateSystemsProperty Value
This is a read only property whose value is a UserCoordinateSystems.Samples
Name | Description |
UCS by three points | This sample demonstrates the creation of a User Coordinate System (UCS) based on 3 points that define the origin, x-direction and y-direction for the UCS. |