ConstructionPlaneTangentAtPointDefinition.tangentFace Property
Parent Object:
ConstructionPlaneTangentAtPointDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlaneTangentAtPointDefinition.h>
Description
Gets the tangent face.
Syntax
"constructionPlaneTangentAtPointDefinition_var" is a variable referencing a ConstructionPlaneTangentAtPointDefinition object.
# Get the value of the property. propertyValue = constructionPlaneTangentAtPointDefinition_var.tangentFace
|
"constructionPlaneTangentAtPointDefinition_var" is a variable referencing a ConstructionPlaneTangentAtPointDefinition object.
#include <Fusion/Construction/ConstructionPlaneTangentAtPointDefinition.h>
// Get the value of the property. Ptr<BRepFace> propertyValue = constructionPlaneTangentAtPointDefinition_var->tangentFace();
|
Property Value
This is a read only property whose value is a
BRepFace.
Version
Introduced in version August 2014