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