Gets and sets the end vertex of the wire edge definition.
# Get the value of the property.propertyValue = bRepWireEdgeDefinition_var.endVertex# Set the value of the property.bRepWireEdgeDefinition_var.endVertex = propertyValue
#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);