TangentRelationship.occurrenceOne Property
Parent Object:
TangentRelationshipDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/TangentRelationship.h>
Description
Returns the first of two occurrences that this tangent relationship defines a relationship between.
Syntax
"tangentRelationship_var" is a variable referencing a TangentRelationship object.
# Get the value of the property. propertyValue = tangentRelationship_var.occurrenceOne
|
"tangentRelationship_var" is a variable referencing a TangentRelationship object.
#include <Fusion/Components/TangentRelationship.h>
// Get the value of the property. Ptr<Occurrence> propertyValue = tangentRelationship_var->occurrenceOne();
|
Property Value
This is a read only property whose value is an
Occurrence.
Version
Introduced in version May 2022