Share

AreaProperties.centroid Property

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

Description

Gets the centroid where the units are centimeters. The Location is relative to the sketch origin for a profile or relative to the world coordinate system for a planar face.

Syntax

"areaProperties_var" is a variable referencing an AreaProperties object.

# Get the value of the property.
propertyValue = areaProperties_var.centroid

Property Value

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

Samples

Name Description
API Sample for AreaProperties Demonstrates how to use AreaProperties

Version

Introduced in version March 2016

Was this information helpful?