ConstructionPlanes.component Property
Parent Object:
ConstructionPlanesDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlanes.h>
Description
Returns the component that owns this collection.
Syntax
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.
# Get the value of the property. propertyValue = constructionPlanes_var.component
|
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.
#include <Fusion/Construction/ConstructionPlanes.h>
// Get the value of the property. Ptr<Component> propertyValue = constructionPlanes_var->component();
|
Property Value
This is a read only property whose value is a
Component.
Version
Introduced in version August 2014