Share

AcDbAssocTrimSurfaceActionBody Class

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbAssocActionBody
                AcDbAssocParamBasedActionBody
                    AcDbAssocSurfaceActionBody
                        AcDbAssocPathBasedSurfaceActionBody
                            AcDbAssocTrimSurfaceActionBody

C++

class AcDbAssocTrimSurfaceActionBody : public AcDbAssocPathBasedSurfaceActionBody;

File

AcDbAssocTrimSurfaceActionBody.h

Description

Action used to record a surface trimming operation, so it can be used to retrim the surface when blank/tool are changed. The trim action can be associative or semi-associative(permanent): when it is associative, the trimmed area will update when the tools/blank are changed by using the modified tools/blank to re-calculate the trimmed area. If it is semi-associative(permanent), the trimmed area will stay unchanged even if the tools/blank are modified because it will remember the geometry of the tools when first used, which will always be used to trim the blank

Links

AcDbAssocTrimSurfaceActionBody Methods

Was this information helpful?