Class RigidElementNodeDegreesOfFreedom
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RigidElementNodeDegreesOfFreedom
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
public class RigidElementNodeDegreesOfFreedom : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
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 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