Share

CustomGraphicsBRepBody.bRepBody Property

Parent Object: CustomGraphicsBRepBody
Defined 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

Property Value

This is a read only property whose value is a BRepBody.

Version

Introduced in version September 2017

Was this information helpful?