CustomGraphicsBRepBody.bRepBody Property
Parent Object:
CustomGraphicsBRepBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsBRepBody.h>
Description
Returns a transient BRepBody that is being displayed as custom graphics.
Syntax
"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.
# Get the value of the property. propertyValue = customGraphicsBRepBody_var.bRepBody
|
"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.
#include <Fusion/Graphics/CustomGraphicsBRepBody.h>
// Get the value of the property. Ptr<BRepBody> propertyValue = customGraphicsBRepBody_var->bRepBody();
|
Property Value
This is a read only property whose value is a
BRepBody.
Version
Introduced in version September 2017