LayoutConvertAngleWorldToLocal Method |
Convert the angle from the world coordinate system to the local coordinate system.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract double ConvertAngleWorldToLocal(
double angle
)
Public MustOverride Function ConvertAngleWorldToLocal (
angle As Double
) As Double
Parameters
- angle
- Type: SystemDouble
Angle in the world coordinate system
Return Value
Type:
DoubleAngle in the local coordinate system
See Also