Struct trussx::Truss[][src]

pub struct Truss { /* fields omitted */ }
Expand description

This is the truss object that contains all of the necessary information about trusses

Implementations

This function instantiates an empty truss

This function creates a new joint

This function creates a new member to connect two joints

This function moves a joint

This function deletes a joint

This function deletes a member

Set reaction forces available at a joint

Set loads at a joint

Set material for a member

Set shape for a member

Set material for all members

Set material for all members

This function calculates the forces in each member and outputs a report

Get FOS for all members in truss

Get FOS for all members in truss

Find the member with minimum fos

Find the member with maximum stress

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.