Class ComponentAnalysis.BoundaryCondition
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Boundary Condition
public class ComponentAnalysis.BoundaryCondition
Inheritance
object ← ComponentAnalysis.BoundaryCondition
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BoundaryCondition()
public BoundaryCondition()
Properties
RX
Gets or sets a value indicating whether this
public bool RX { get; set; }
Property Value
RY
Gets or sets a value indicating whether this
public bool RY { get; set; }
Property Value
RZ
Gets or sets a value indicating whether this
public bool RZ { get; set; }
Property Value
X
Gets or sets a value indicating whether this
public bool X { get; set; }
Property Value
Y
Gets or sets a value indicating whether this
public bool Y { get; set; }
Property Value
Z
Gets or sets a value indicating whether this
public bool Z { get; set; }