Gets the specified Eulers angular rotation values that transform one selected coordinate system into another.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCSYSEulersAngularRotation( _
ByRef phiAngle As System.Double, _
ByRef thetaAngle As System.Double, _
ByRef psiAngle As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim phiAngle As System.Double
Dim thetaAngle As System.Double
Dim psiAngle As System.Double
Dim value As System.Boolean
value = instance.GetCSYSEulersAngularRotation(phiAngle, thetaAngle, psiAngle) |
C# | |
---|
System.bool GetCSYSEulersAngularRotation(
out System.double phiAngle,
out System.double thetaAngle,
out System.double psiAngle
) |
C++/CLI | |
---|
System.bool GetCSYSEulersAngularRotation(
& [Out] System.double phiAngle,
& [Out] System.double thetaAngle,
& [Out] System.double psiAngle
) |
Parameters
- phiAngle
- Roll or rotation about the longitudinal axis (see Remarks)
- thetaAngle
- Pitch or rotation about the lateral axis (see Remarks)
- psiAngle
- Yaw or rotation about the vertical axis (see Remarks)
Return Value
True if rotation values successfully retrieved, false if not
Remarks
See Also
Availability
SOLIDWORKS 2024 SP01, Revision Number 32.1