CustomGraphicsBRepBody.faces Property

Parent Object: CustomGraphicsBRepBody
Defined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsBRepBody.h>

Description

Returns the collection of CustomGraphicsBRepFace objects in the CustomGraphicsBRepBody.

Syntax

"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.

# Get the value of the property.
propertyValue = customGraphicsBRepBody_var.faces
"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.
#include <Fusion/Graphics/CustomGraphicsBRepBody.h>

// Get the value of the property.
Ptr<CustomGraphicsBRepFaces> propertyValue = customGraphicsBRepBody_var->faces();

Property Value

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

Version

Introduced in version December 2017