Share

AcDbAssocFilletSurfaceActionBody Class

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbAssocActionBody
                AcDbAssocParamBasedActionBody
                    AcDbAssocSurfaceActionBody
                        AcDbAssocFilletSurfaceActionBody

C++

class AcDbAssocFilletSurfaceActionBody : public AcDbAssocSurfaceActionBody;

File

AcDbAssocFilletSurfaceActionBody.h

Description

Action that sets the contents of AcDbSurface entity created by surface fillet operation. The action can be fully associative or semi-associative. if fully associative, the resulting surface will always automatically regenerate when any input data is changed. If semi-associative, when input surfaces are detached from the resulting surface, this action will be erased and the resulting surface will not regenerate and become a generic surface.

Links

Methods

Was this information helpful?