BetweenPointsRipFeatureDefinition.pointOneEntity Property
Parent Object:
BetweenPointsRipFeatureDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/BetweenPointsRipFeatureDefinition.h>
Description
Gets and sets the BRepEdge or BRepVertex that defines the first point for a between points rip. If a BRepEdge is returned the pointOneOffset property will control the position of the point along the edge.
Syntax
"betweenPointsRipFeatureDefinition_var" is a variable referencing a BetweenPointsRipFeatureDefinition object.
# Get the value of the property. propertyValue = betweenPointsRipFeatureDefinition_var.pointOneEntity
# Set the value of the property. betweenPointsRipFeatureDefinition_var.pointOneEntity = propertyValue
|
"betweenPointsRipFeatureDefinition_var" is a variable referencing a BetweenPointsRipFeatureDefinition object.
#include <Fusion/Features/BetweenPointsRipFeatureDefinition.h>
// Get the value of the property. Ptr<Base> propertyValue = betweenPointsRipFeatureDefinition_var->pointOneEntity();
// Set the value of the property, where value_var is a Base. bool returnValue = betweenPointsRipFeatureDefinition_var->pointOneEntity(value_var);
|
Property Value
This is a read/write property whose value is a
Base.
Version
Introduced in version September 2023