CustomGraphicsBRepBody.vertices Property

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

Description

Returns the collection of CustomGraphicsBRepVertex objects in the CustomGraphicsBRepBody.

Syntax

"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.

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

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

Property Value

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

Version

Introduced in version December 2017