Class RigidityDataType1
rigidity_data_type1
public class RigidityDataType1
- Inheritance
-
RigidityDataType1
- Derived
- Inherited Members
- Extension Methods
Constructors
RigidityDataType1()
Parameterless constructor for serialization
public RigidityDataType1()
RigidityDataType1(Motions)
Construct RigidityDataType1 with motions only
public RigidityDataType1(Motions motions)
Parameters
motionsMotions
RigidityDataType1(Motions, MotionsPlasticLimits, DetachType)
Construct RigidityDataType1 with motions and plastic limits forces only
public RigidityDataType1(Motions motions, MotionsPlasticLimits motionsPlasticLimits, DetachType detachType = DetachType.None)
Parameters
motionsMotionsmotionsPlasticLimitsMotionsPlasticLimitsdetachTypeDetachType
Fields
_deachType
public DetachType _deachType
Field Value
Properties
DetachType
public DetachType DetachType { get; set; }
Property Value
Motions
public Motions Motions { get; set; }
Property Value
PlasticLimitForces
public MotionsPlasticLimits PlasticLimitForces { get; set; }