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