Share

OrientedBoundingBox3D.centerPoint Property

Parent Object: OrientedBoundingBox3D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/OrientedBoundingBox3D.h>

Description

Gets and sets the centerPoint point of the oriented box.

Syntax

"orientedBoundingBox3D_var" is a variable referencing an OrientedBoundingBox3D object.

# Get the value of the property.
propertyValue = orientedBoundingBox3D_var.centerPoint

# Set the value of the property.
orientedBoundingBox3D_var.centerPoint = propertyValue

Property Value

This is a read/write property whose value is a Point3D.

Version

Introduced in version December 2017

Was this information helpful?