Share

BRepVertexDefinition.position Property

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

Description

Gets and sets the position of the vertex in model space.

Syntax

"bRepVertexDefinition_var" is a variable referencing a BRepVertexDefinition object.

# Get the value of the property.
propertyValue = bRepVertexDefinition_var.position

# Set the value of the property.
bRepVertexDefinition_var.position = propertyValue

Property Value

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

Version

Introduced in version September 2020

Was this information helpful?