Share

BoundBlock3d Class

Description

This .NET class wraps the AcGeBoundBlock3d ObjectARX class.

This class provides spatial dimensional bounding volume implementation.

Bounding blocks may exist in two forms: as an ordinary coordinate-aligned bounding box and as a parallelepiped.

Class Hierarchy

Autodesk.AutoCAD.Geometry.Entity3d
    Autodesk.AutoCAD.Geometry.BoundBlock3d

Visual Basic

Public sealed Class BoundBlock3d
Inherits Entity3d

C#

public sealed class BoundBlock3d : Entity3d;

Links

BoundBlock3d Constructor, BoundBlock3d Methods, BoundBlock3d Properties

Was this information helpful?