Click or drag to resize

Layout.TransformPointsLocalToWorld Method

Convert multiple coordinates 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 Point2d[] TransformPointsLocalToWorld(
	Point2d[] points
)

Parameters

points
Type:RootPro.RootProCAD.Geometry.Point2d[]
array of coordinates in the local coordinate system

Return Value

Type:Point2d[]
An array of coordinates in the world coordinate system
See Also