Plates

Plate element assigned to an edge (2D) or face (3D).

Examples

feature = model.get_plate(shapes)
feature.material_id
feature.use_beam_coordinate_system = True
feature.strong_axis = [0, 1, 0]

Properties

material_id : str
use_beam_coordinate_system : bool
Use a custom beam coordinate system (3D beam plates only). Setting strong_axis enables this automatically.
strong_axis : List[float]
Strong axis (Y / J) of the beam coordinate system as [x, y, z]. Setting this enables ``use_beam_coordinate_system``.

Methods

coordinate_system()

Set the Beam internal coordinate system.