Gets the principal axis of inertia for the specified axis.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
ReadOnly Property PrincipalAxesOfInertia( _
ByVal Axis As System.Integer _
) As System.Object |
| Visual Basic (Usage) | |
|---|
Dim instance As IMassProperty2
Dim Axis As System.Integer
Dim value As System.Object
value = instance.PrincipalAxesOfInertia(Axis) |
| C# | |
|---|
System.object PrincipalAxesOfInertia(
System.int Axis
) {get;} |
| C++/CLI | |
|---|
property System.Object^ PrincipalAxesOfInertia {
System.Object^ get(System.int Axis);
} |
Parameters
- Axis
- 0 = x axis
- 1 = y axis
- 2 = z axis
Property Value
Zero-based array of size 3 (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2020 FCS, Revision Number 28.0