LayoutTransformShapesLocalToWorld Method |
Convert multiple geometries 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 Shape[] TransformShapesLocalToWorld(
Shape[] shapes
)
Public MustOverride Function TransformShapesLocalToWorld (
shapes As Shape()
) As Shape()
Parameters
- shapes
- Type: RootPro.RootProCADShape
Array of geometries in the local coordinate system
Return Value
Type:
Shape Array of figures in the world coordinate system
See Also