Click or drag to resize

LayoutConvertAngleLocalToWorld Method

Convert the angle 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 ConvertAngleLocalToWorld(
	double angle
)

Parameters

angle
Type: SystemDouble
Angle in the local coordinate system

Return Value

Type: Double
Angle in the world coordinate system
See Also