Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbAssocActionBody AcDbAssocParamBasedActionBody AcDbAssocSurfaceActionBody AcDbAssocPathBasedSurfaceActionBody AcDbAssocBlendSurfaceActionBody
C++
class AcDbAssocBlendSurfaceActionBody : public AcDbAssocPathBasedSurfaceActionBody;
File
AcDbAssocBlendSurfaceActionBody.h
Description
Action that sets the contents of AcDbSurface entity based on the surface blend operation. If this action is erased, the surface it is attached to will become a lofted surface and all the information stored in this action will get lost. 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 non-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 lofted surface.