Share

AcDb3PointAngularDimension

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbDimension
                    AcDb3PointAngularDimension

C++

class AcDb3PointAngularDimension : public AcDbDimension;

File

dbdim.h

Description

The AcDb3PointAngularDimension class represents the angular dimension defined by three points (as opposed to two lines) within AutoCAD.

Remarks

When a newly created dimension entity is first closed, an anonymous block (an AcDbBlockTableRecord that contains all the appropriate line, arc, arrowhead solids, text, among others, and with *D as the block name prefix) will automatically be created for it to reference for display.

Links

AcDb3PointAngularDimension Constructor, AcDb3PointAngularDimension Methods

See Also

AcDbObject, AcDbEntity

Was this information helpful?