Solid Edge Part Type Library
Axis Property
Description
Sets and returns the Axis object about which the referenced object revolves.
Property type
Read-only property
Syntax
Visual Basic
Public Property Axis( _
   ByVal AxisType As CoordinateSystemFeatureConstants _
) As Object
Parameters
AxisType
ValueDescription
seCoordSysXAxisCoordinate System Feature - X Axis
seCoordSysXYPlaneCoordinate System Feature - XY Plane
seCoordSysYAxisCoordinate System Feature - Y Axis
seCoordSysYZPlaneCoordinate System Feature - YZ Plane
seCoordSysZAxisCoordinate System Feature - Z Axis
seCoordSysZXPlaneCoordinate System Feature - ZX Plane
Remarks
The StartPoint of the Edge is meaningful as the origin of the coordinate system; however, the location of the EndPoint is view-dependent, and it should never be used as a key point or to represent a fixed location.
See Also

CoordinateSystem Object  | CoordinateSystem Members