Share

BRepEdgeDefinition.endVertex Property

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

Description

Gets and sets the end vertex of the edge definition.

Syntax

"bRepEdgeDefinition_var" is a variable referencing a BRepEdgeDefinition object.

# Get the value of the property.
propertyValue = bRepEdgeDefinition_var.endVertex

# Set the value of the property.
bRepEdgeDefinition_var.endVertex = propertyValue

Property Value

This is a read/write property whose value is a BRepVertexDefinition.

Version

Introduced in version September 2020

Was this information helpful?