Plane Class

Visual Basic
Public sealed Class Plane
Inherits PlanarEntity
C#
public sealed class Plane : PlanarEntity;
Description

 

This .NET class wraps the AcGePlane ObjectARX class. Plane represents a parameterized infinite plane in 3D space.

Links