Table of Contents

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

Id1 string

Identifier of the first node.

Id2 string

Identifier of the second node.

Properties BeamProperties

Resolved beam properties.

Properties

Id1

Identifier of the first node.

public string Id1 { get; init; }

Property Value

string

Id2

Identifier of the second node.

public string Id2 { get; init; }

Property Value

string

Properties

Resolved beam properties.

public BeamProperties Properties { get; init; }

Property Value

BeamProperties