Click or drag to resize

LayoutTransformShapesWorldToLocal Method

Convert multiple geometries from world coordinate system to 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 Shape[] TransformShapesWorldToLocal(
	Shape[] shapes
)

Parameters

shapes
Type: RootPro.RootProCADShape
Array of figures in the world coordinate system

Return Value

Type: Shape
Array of geometries in the local coordinate system
See Also