Click or drag to resize

CurveLCSType Enumeration

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

Supported types methods to define a local coordinate system of a curve

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum CurveLCSType
Members
  Member nameValueDescription
Standard0 Standard
VectorY1 Y-axis is defined by a vector
VectorZ2 Z-axis is defined by a vector
PointY3 Y-axis is defined by a point
PointZ4 Z-axis is defined by a point
FromUCS5 The axis follow a user defined coordinate system
See Also