Profile.boundingBox Property
Parent Object:
ProfileDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Profile.h>
Description
Returns the 3D bounding box of the profile in sketch space.
Syntax
"profile_var" is a variable referencing a Profile object.
# Get the value of the property. propertyValue = profile_var.boundingBox
|
"profile_var" is a variable referencing a Profile object.
#include <Fusion/Sketch/Profile.h>
// Get the value of the property. Ptr<BoundingBox3D> propertyValue = profile_var->boundingBox();
|
Property Value
This is a read only property whose value is a
BoundingBox3D.
Version
Introduced in version August 2014