BetweenPointsRipFeatureDefinition.pointTwoEntity 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 second point for a between points rip. If a BRepEdge is returned the pointTwoOffset 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.pointTwoEntity
# Set the value of the property. betweenPointsRipFeatureDefinition_var.pointTwoEntity = 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->pointTwoEntity();
// Set the value of the property, where value_var is a Base. bool returnValue = betweenPointsRipFeatureDefinition_var->pointTwoEntity(value_var);
|
Property Value
This is a read/write property whose value is a
Base.
Version
Introduced in version September 2023