AcDbAssocEdgeChamferActionBody Class

Class Hierarchy

AcRxObject
    AcGiDrawable
    AcHeapOperators
        AcDbObject
            AcDbAssocActionBody
                AcDbAssocParamBasedActionBody
                    AcDbAssocSurfaceActionBody
                        AcDbAssocPathBasedSurfaceActionBody
                            AcDbAssocEdgeChamferActionBody

C++

class AcDbAssocEdgeChamferActionBody : public AcDbAssocPathBasedSurfaceActionBody;

File

AcDbAssocEdgeChamferActionBody.h

Description

AcDbAssocEdgeChamferActionBody is an action body that controls the edge chamfer applied to a surface with the set of input data of the action. The "input data" for this action are a list of edges, chamfer distances, and the base face from which the chamfer base distance is measured and the surface to which the input edges belongs.

Links

AcDbAssocEdgeChamferActionBody Methods