FixedEndAnchors
Fixed-end anchor connecting a point in the model to a fictitious fixed support at the far end of the anchor.
Examples
feature = model.get_fixed_end_anchor(shapes)
feature.material_id
feature.length = 6.0
feature.inclination_angle = 30
feature.corrosion_loss = 0.10
Properties
- length : float
- inclination_angle : float
- direction : List[float]
- material_id : str
- point : List[float]
- corrosion_loss : float
- Corrosion loss (mm).
Methods
set_prestress()
Apply a prestress to this fixed-end anchor's vertex.