LayoutTransformShapeWorldToLocal Method |
Convert geometry 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)
Syntax public abstract Shape TransformShapeWorldToLocal(
Shape shape
)
Public MustOverride Function TransformShapeWorldToLocal (
shape As Shape
) As Shape
Parameters
- shape
- Type: RootPro.RootProCADShape
Geometry in world coordinate system
Return Value
Type:
Shape Geometry in the local coordinate system
See Also