Indexes
This version allows you to compute the following data:
The units are:
The method GetTechnologicalObject("Inertia") on the product to analyze, allows you to retrieve this object.
| o Property Density( | ) As |
The density value is set to:
The density value is returned as:
Dim ADensity As double
ADensity = NewInertia.Density
NewInertia.Density = 10.
| o Property Mass( | ) As (Read Only) |
Dim AMass As double
AMass = NewInertia.Mass
| o Sub GetCOGPosition( | oCoordinates) |
Dim Coordinates (2)
NewInertia.GetCOGPosition Coordinates
| o Sub GetInertiaMatrix( | oMatrix) |
Dim Matrix (8)
NewInertia.GetInertiaMatrix Matrix
| o Sub GetPrincipalAxes( | oComponents) |
Dim Components (8)
NewInertia.GetPrincipalAxes Components
| o Sub GetPrincipalMoments( | oValues) |
Dim Values (2)
NewInertia.GetPrincipalMoments Values
Copyright © 2006, Dassault Systèmes. All rights reserved.