CAMAdditiveContainer.parent Property
Parent Object:
CAMAdditiveContainerDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMAdditiveContainer.h>
Description
Returns the parent Setup.
Syntax
"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.
# Get the value of the property. propertyValue = cAMAdditiveContainer_var.parent
|
"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.
#include <Cam/CAM/CAMAdditiveContainer.h>
// Get the value of the property. Ptr<Base> propertyValue = cAMAdditiveContainer_var->parent();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version July 2024