Share

BoundedPlane Class

Description

This .NET class wraps the AcGeBoundedPlane ObjectARX class. It represents a bounded planar parametric surface.

Class Hierarchy

Autodesk.AutoCAD.Geometry.Entity3d
    Autodesk.AutoCAD.Geometry.Surface
        Autodesk.AutoCAD.Geometry.PlanarEntity
            Autodesk.AutoCAD.Geometry.BoundedPlane

Visual Basic

Public sealed Class BoundedPlane
Inherits PlanarEntity

C#

public sealed class BoundedPlane : PlanarEntity;

Links

BoundedPlane Constructor, BoundedPlane Methods

Was this information helpful?