Gets the principal axes of inertia with respect to the center of mass.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPrincipalAxesOfInertia() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWMassPropertiesManager
Dim value As System.Object
value = instance.GetPrincipalAxesOfInertia() |
C# | |
---|
System.object GetPrincipalAxesOfInertia() |
C++/CLI | |
---|
System.Object^ GetPrincipalAxesOfInertia(); |
Return Value
2D array of vector coefficients of the three principal axes of inertia (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0