CADability dotNET

The Plane type exposes the following members.

Properties

  NameDescription
Public propertyCoordSys
Returns the coordinate system corresponding to this plane. The z-axis of the coordinate system is the normal vector of this plane (always right handed)
Public propertyDirectionX
Gets or sets the direction of the x-axis of this plane. Setting the x-axis results in a reculculation of the y-axis to make the axis perpendicular.
Public propertyDirectionY
Gets or sets the direction of the y-axis of this plane. Setting the y-axis results in a reculculation of the x-axis to make the axis perpendicular.
Public propertyLocation
Gets or sets the location of this plane
Public propertyNormal
Gets or sets the normal vector of this plane. Setting the normal vector results in a recalculation of the x-axis and y-axis of this plane

See Also