CoordinateSystemAdjustment Constructor (CoordinateSystemAdjustmentType, Length, Length, Length, Angle) |
[This is preliminary documentation and is subject to change.]
Create an adjustment which will change the XYZ axis, based on the type of adjustment and rotate the coordinate system using the provided angle
Namespace:
Infrastructure.Geometry
Assembly:
Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax public CoordinateSystemAdjustment(
CoordinateSystemAdjustmentType type,
Length x,
Length y,
Length z,
Angle rotation
)
Parameters
- type
- Type: Infrastructure.Geometry.EnumsCoordinateSystemAdjustmentType
Specifies what the purpose is of the vector defined by the given X, Y and Z values - x
- Type: Length
The X value for the vector of the adjustment - y
- Type: Length
The Y value for the vector of the adjustment - z
- Type: Length
The Z value for the vector of the adjustment - rotation
- Type: Angle
The angle used for rotating the coordinate system
See Also