CurveLCSType Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Enums
public enum CurveLCSType
| Member name | Value | Description | |
|---|---|---|---|
| Standard | 0 | Standard | |
| VectorY | 1 | Y-axis is defined by a vector | |
| VectorZ | 2 | Z-axis is defined by a vector | |
| PointY | 3 | Y-axis is defined by a point | |
| PointZ | 4 | Z-axis is defined by a point | |
| FromUCS | 5 | The axis follow a user defined coordinate system |