Description
This .NET class wraps the AcGePlane ObjectARX class. Plane represents a parameterized infinite plane in 3D space.
Class Hierarchy
Autodesk.AutoCAD.Geometry.Entity3d Autodesk.AutoCAD.Geometry.Surface Autodesk.AutoCAD.Geometry.PlanarEntity Autodesk.AutoCAD.Geometry.Plane
Visual Basic
Public sealed Class Plane Inherits PlanarEntity
C#
public sealed class Plane : PlanarEntity;