UserCoordinateSystems.CreateDefinition Method
Parent Object: UserCoordinateSystemsDescription
Method that creates a new UserCoordinateSystemDefinition object.
Syntax
UserCoordinateSystems.CreateDefinition() As UserCoordinateSystemDefinitionSamples
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. |
UCS by transformation matrix | This sample demonstrates the creation of a user coordinate system (UCS) by specifying a transformation matrix. |