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
)
Public MustOverride Function TransformShapeLocalToWorld (
shape As Shape
) As Shape
Parameters
- shape
- Type: RootPro.RootProCADShape
Geometry in the local coordinate system
Return Value
Type:
Shape Geometry in the world coordinate system
See Also