Click or drag to resize

HingesPosition Enumeration

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

This enum serves to indicate if hinges should be applied to rigid link and if so, than on which node

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum HingesPosition
Members
  Member nameValueDescription
None0 Rigid link is not applied to one of the nodes
Begin1 Rigid link is applied to the begin node
End2 Rigid link is applied to the end node
Both3 Rigid link is applied to both nodes
See Also