LCSAdjustmentT Class |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Subtypes
public sealed class LCSAdjustment<T> : IEquatable<LCSAdjustment<T>> where T : struct, new()
The LCSAdjustmentT type exposes the following members.
| Name | Description | |
|---|---|---|
| LCSAdjustmentT |
Create a local coordinate system adjustment using the default values
| |
| LCSAdjustmentT(T) |
Create a local coordinate system adjustment using the provided local coordinate system
|
| Name | Description | |
|---|---|---|
| LCS |
Local coordinate system type of the member
| |
| Rotation |
Rotation of the member around the local X-axis
| |
| X |
X-coordinate which defines the LCS type (if applicable)
| |
| Y |
Y-coordinate which defines the LCS type (if applicable)
| |
| Z |
Z-coordinate which defines the LCS type (if applicable)
|
| Name | Description | |
|---|---|---|
| Equals(LCSAdjustmentT) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) |