Click or drag to resize

CoordinateSystemAdjustment Class

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

Defines data required in order to adjust a coordinate system (translate and/or rotate)
Inheritance Hierarchy
SystemObject
  Infrastructure.GeometryCoordinateSystemAdjustment

Namespace:  Infrastructure.Geometry
Assembly:  Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class CoordinateSystemAdjustment

The CoordinateSystemAdjustment type exposes the following members.

Constructors
  NameDescription
Public methodCoordinateSystemAdjustment
Create a default adjustment which makes no adjustments
Public methodCoordinateSystemAdjustment(Angle)
Create an adjustment which will rotate the coordinate system according to rotation
Public methodCoordinateSystemAdjustment(CoordinateSystemAdjustmentType, Length, Length, Length)
Create an adjustment which will change the XYZ axis, based on the type of adjustment
Public methodCoordinateSystemAdjustment(CoordinateSystemAdjustmentType, Length, Length, Length, Angle)
Create an adjustment which will change the XYZ axis, based on the type of adjustment and rotate the coordinate system using the provided angle
Top
Properties
  NameDescription
Public propertyRotation
The angle of rotation
Public propertyType
Describes the purpose of the vector used to make modifications to the coordinate system
Public propertyX
The change in X
Public propertyY
The change in Y
Public propertyZ
The change in Z
Top
See Also