Enum DegreeOfFreedom

Represents degrees of freedom (is a flag enum!)

Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
[Flags]
public enum DegreeOfFreedom
Remarks

Each value is a flag

Fields

Name Value Description
FreeFree = 0

Free

FxFx = 1

Fx

FyFy = 2

Fy

FzFz = 4

Fz

MxMx = 16

Mx

MyMy = 32

My

MzMz = 64

Mz

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next