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)
Syntaxpublic abstract Shape[] TransformShapesWorldToLocal(
Shape[] shapes
)
Public MustOverride Function TransformShapesWorldToLocal (
shapes As Shape()
) As Shape()
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