Share

UserCoordinateSystemSettings Object


Description

The UserCoordinateSystemSettings object provides access to various UCS related document level settings. This object is obtained from the ModelingSettings.UserCoordinateSystemSettings property.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
DefaultPlane Gets and sets the default plane to use for user coordinate systems.
NamingPrefix Gets and sets the prefix to use for the name of new user coordinate systems.
ShowOrigin Gets and sets whether whether or not to make the origin visible.
ShowTriad Gets and sets whether whether or not to display the UCS triad.
ShowXAxis Gets and sets whether whether or not to make the X axis visible.
ShowXYPlane Gets and sets whether whether or not to make the XY plane visible.
ShowXZPlane Gets and sets whether whether or not to make the XZ plane visible.
ShowYAxis Gets and sets whether whether or not to make the Y axis visible.
ShowYZPlane Gets and sets whether whether or not to make the YZ plane visible.
ShowZAxis Gets and sets whether whether or not to make the Z axis visible.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ModelingSettings.UserCoordinateSystemSettings

Version

Introduced in version 2010

Was this information helpful?