Share

ProfileCurve.boundingBox Property

Parent Object: ProfileCurve
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/ProfileCurve.h>

Description

Returns the bounding box of the profile curve in sketch space.

Syntax

"profileCurve_var" is a variable referencing a ProfileCurve object.

# Get the value of the property.
propertyValue = profileCurve_var.boundingBox

Property Value

This is a read only property whose value is a BoundingBox3D.

Version

Introduced in version August 2014

Was this information helpful?