BRepWireEdgeDefinition.startVertex Property
Parent Object:
BRepWireEdgeDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepWireEdgeDefinition.h>
Description
Gets and sets the start vertex of the wire edge definition.
Syntax
"bRepWireEdgeDefinition_var" is a variable referencing a BRepWireEdgeDefinition object.
# Get the value of the property. propertyValue = bRepWireEdgeDefinition_var.startVertex
# Set the value of the property. bRepWireEdgeDefinition_var.startVertex = propertyValue
|
"bRepWireEdgeDefinition_var" is a variable referencing a BRepWireEdgeDefinition object.
#include <Fusion/BRep/BRepWireEdgeDefinition.h>
// Get the value of the property. Ptr<BRepVertexDefinition> propertyValue = bRepWireEdgeDefinition_var->startVertex();
// Set the value of the property, where value_var is a BRepVertexDefinition. bool returnValue = bRepWireEdgeDefinition_var->startVertex(value_var);
|
Property Value
This is a read/write property whose value is a
BRepVertexDefinition.
Version
Introduced in version September 2020