DrawingViewTransformShapesLocalToWorld Method |
Convert multiple geometries from the local coordinate system of the specified layout to the world coordinate system.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Shape[] TransformShapesLocalToWorld(
Layout layout,
Shape[] shapes
)
Public MustOverride Function TransformShapesLocalToWorld (
layout As Layout,
shapes As Shape()
) As Shape()
Parameters
- layout
- Type: RootPro.RootProCADLayout
Layout - 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