IPlaneEntity
public interface IPlaneEntity : IGeometryEntity, IDesignScriptEntity, IDisposable, ITransformableEntity
Returns the normal direction of the Plane.
Returns the origin of the Plane.
The X basis of the Plane
The Y basis of the Plane
Create a new Plane offset by this Plane in the normal direction by
the specified distance.
Produces a new CoordinateSystem representing this plane. It is based on
the origin, and X and Y axis basis.