Class RigidElementNodeDegreesOfFreedom
Inheritance
System.Object
RigidElementNodeDegreesOfFreedom
Assembly: SMT.MastaAPI.15.0.dll
public sealed class RigidElementNodeDegreesOfFreedom : APIBase, IEquatable<APIBase>
Properties
Declaration
public int Index { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool ThetaX { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ThetaY { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ThetaZ { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DegreeOfFreedomType Type { get; }
Property Value
Declaration
public double Weight { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool X { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Y { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Z { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods