BRepWire.vertices Property

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

Description

Returns the B-Rep vertices associated with this wire body.

Syntax

"bRepWire_var" is a variable referencing a BRepWire object.

# Get the value of the property.
propertyValue = bRepWire_var.vertices
"bRepWire_var" is a variable referencing a BRepWire object.
#include <Fusion/BRep/BRepWire.h>

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

Property Value

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

Samples

Name Description
BrepWire Sample BrepWires and BrepWire related functions

Version

Introduced in version December 2017