BRepWireEdgeDefinition.endVertex Property
Parent Object:
BRepWireEdgeDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepWireEdgeDefinition.h>
Description
Gets and sets the end 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.endVertex
# Set the value of the property. bRepWireEdgeDefinition_var.endVertex = 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->endVertex();
// Set the value of the property, where value_var is a BRepVertexDefinition. bool returnValue = bRepWireEdgeDefinition_var->endVertex(value_var);
|
Property Value
This is a read/write property whose value is a
BRepVertexDefinition.
Version
Introduced in version September 2020