Click or drag to resize

LayoutTransformShapeLocalToWorld Method

Convert geometry from local coordinate system to 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 Shape TransformShapeLocalToWorld(
	Shape shape
)

Parameters

shape
Type: RootPro.RootProCADShape
Geometry in the local coordinate system

Return Value

Type: Shape
Geometry in the world coordinate system
See Also