BRepBody.appearanceSourceType Property
Parent Object: BRepBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepBody.h>
Description
Read-write property that gets the source of the appearance for the body. If this returns OverrideAppearanceSource, an override exists on this body. The override can be removed by setting the Appearance property to null.
This property is only valid if the IsTransient property is false.
Syntax
"bRepBody_var" is a variable referencing a BRepBody object.
|