Share

RegionProperties.RadiusOfGyration Method

Parent Object: RegionProperties

Description

Method that returns the radius of gyration about the principal axes.

Syntax

RegionProperties.RadiusOfGyration( Kxx As Double, Kyy As Double, Kzz As Double )

Parameters

Name Type Description
Kxx Double Output Double that returns the X partial radius of gyration.
Kyy Double Output Double that returns the Y partial radius of gyration.
Kzz Double Output Double that returns the Z partial radius of gyration.

Samples

Name Description
Querying a sketch profile to get regions. This sample demonstrates getting region properties from a sketch profile.

Version

Introduced in version 2008

Was this information helpful?