Click or drag to resize

LCSAdjustmentT Class

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

Defines adjustments to the local coordinate system
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.SubtypesLCSAdjustmentT

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class LCSAdjustment<T> : IEquatable<LCSAdjustment<T>>
where T : struct, new()

Type Parameters

T
The type of local coordinate system

The LCSAdjustmentT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLCS
Local coordinate system type of the member
Public propertyRotation
Rotation of the member around the local X-axis
Public propertyX
X-coordinate which defines the LCS type (if applicable)
Public propertyY
Y-coordinate which defines the LCS type (if applicable)
Public propertyZ
Z-coordinate which defines the LCS type (if applicable)
Top
Methods
  NameDescription
Public methodEquals(LCSAdjustmentT)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also