RigidBeam
Define a rigid beam material
Parameters
- name : str
- String naming the material.
- color : Color
- Material appearance. color=rgb(169,179,193)
- gamma : float
- Weight per unit length.
Examples
RigidBeamMaterial = prj.RigidBeam(name='Rigid Beam',
color=rgb(0,44,99),
gamma=0,
)