All Frameworks Object Hierarchy This Framework Indexes
o Property Mass( | ) As (Read Only) |
MassValue = myProduct.Analyze.Mass
o Property Volume( | ) As (Read Only) |
VolumeValue = myProduct.Analyze.Volume
o Property WetArea( | ) As (Read Only) |
Note:
This method uses mm2 instead of default Catia V5 unit.
WetAreaValue = myProduct.Analyze.WetArea
o Sub GetGravityCenter( | oGravityCenterCoordinatesArray) |
' Coordinates array initialization Dim oGravityCenterCoordinatesArray ( 2 ) ' Get value in array Myproduct.Analyze.GetGravityCenter oGravityCenterCoordinatesArray
o Sub GetInertia( | oInertiaMatrixArray) |
' Components array initialization Dim oInertiaMatrixArray ( 8 ) ' Get value in array Myproduct.Analyze.GetInertia oInertiaMatrixArray ' oInertiaMatrixArray ( 0 ) is the Ixx component ' oInertiaMatrixArray ( 1 ) is the Ixy component ' oInertiaMatrixArray ( 2 ) is the Ixz component ' oInertiaMatrixArray ( 3 ) is the Iyx component ' oInertiaMatrixArray ( 4 ) is the Iyy component ' oInertiaMatrixArray ( 5 ) is the Iyz component ' oInertiaMatrixArray ( 6 ) is the Izx component ' oInertiaMatrixArray ( 7 ) is the Izy component ' oInertiaMatrixArray ( 8 ) is the Izz component
Copyright © 2003, Dassault Systèmes. All rights reserved.