LayoutConvertLengthLocalToWorld Method |
Convert the length from the local coordinate system to the world 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 ConvertLengthLocalToWorld(
double length
)
Public MustOverride Function ConvertLengthLocalToWorld (
length As Double
) As Double
Parameters
- length
- Type: SystemDouble
Length in the local coordinate system
Return Value
Type:
DoubleLength in the world coordinate system
See Also