Previous topic

civpy.structures.CrossSection.from_points

Next topic

civpy.structures.ElementGroup

This Page

civpy.structures.Material

class civpy.structures.Material(name, elasticity, rigidity=0)[source]

A class representing an engineered material.

Parameters:
name : str

The name of the material.

elasticity : float

The modulus of elasticity.

rigidity : float

The modulus of rigidity.

Methods