Click or drag to resize

CoordinateSystemChangeOrientation Method

[This is preliminary documentation and is subject to change.]

Changes the orientation of the coordinate system. This includes translations and rotations

Namespace:  Infrastructure.Geometry
Assembly:  Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public CoordinateSystem ChangeOrientation(
	Vector vX,
	CoordinateSystemAdjustment metaData
)

Parameters

vX
Type: Infrastructure.GeometryVector
A vector describing the X-axis
metaData
Type: Infrastructure.GeometryCoordinateSystemAdjustment
Additional data used when transforming a coordinate system

Return Value

Type: CoordinateSystem
A new coordinate system that has been modified
See Also