Solid Edge Part Type Library
Plane Property
Description
For dimensions, returns the planar object used by the dimension to measure an object. For profiles, CopiedPart objects, and CopyConstruction objects, sets and returns the associated RefPlane object.
Property type
Read-only property
Syntax
Visual Basic
Public Property Plane( _
   ByVal PlaneType As CoordinateSystemFeatureConstants _
) As Object
Parameters
PlaneType
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
See Also

CoordinateSystem Object  | CoordinateSystem Members

Send comments on this topic.