TangentRelationshipInput.faceOne Property
Parent Object:
TangentRelationshipInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/TangentRelationshipInput.h>
Description
Gets and sets the first BRepFace object that will remain tangent to the set of specified tangent faces.
Syntax
"tangentRelationshipInput_var" is a variable referencing a TangentRelationshipInput object.
# Get the value of the property. propertyValue = tangentRelationshipInput_var.faceOne
# Set the value of the property. tangentRelationshipInput_var.faceOne = propertyValue
|
"tangentRelationshipInput_var" is a variable referencing a TangentRelationshipInput object.
#include <Fusion/Components/TangentRelationshipInput.h>
// Get the value of the property. Ptr<BRepFace> propertyValue = tangentRelationshipInput_var->faceOne();
// Set the value of the property, where value_var is a BRepFace. bool returnValue = tangentRelationshipInput_var->faceOne(value_var);
|
Property Value
This is a read/write property whose value is a
BRepFace.
Version
Introduced in version May 2022