CoordinateSystemChangeOrigin Method |
[This is preliminary documentation and is subject to change.]
Changes the origin of the coordinate system and returns it as a new coordinate system
Namespace:
Infrastructure.Geometry
Assembly:
Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax public CoordinateSystem ChangeOrigin(
Point newOrigin
)
Parameters
- newOrigin
- Type: Infrastructure.GeometryPoint
The new origin of the coordinate system
Return Value
Type:
CoordinateSystemA new coordinate system which has its origin changed but has the same axis
See Also