Class JBeamBeam
- Namespace
- LibreRally.Vehicle.JBeam
- Assembly
- LibreRally.dll
A beam (spring/damper) connecting two nodes.
public record JBeamBeam : IEquatable<JBeamBeam>
- Inheritance
-
JBeamBeam
- Implements
- Inherited Members
Constructors
JBeamBeam(string, string, BeamProperties)
A beam (spring/damper) connecting two nodes.
public JBeamBeam(string Id1, string Id2, BeamProperties Properties)
Parameters
Id1stringIdentifier of the first node.
Id2stringIdentifier of the second node.
PropertiesBeamPropertiesResolved beam properties.
Properties
Id1
Identifier of the first node.
public string Id1 { get; init; }
Property Value
Id2
Identifier of the second node.
public string Id2 { get; init; }
Property Value
Properties
Resolved beam properties.
public BeamProperties Properties { get; init; }