LineMoments
Line moment applied to an edge -- distributed moment per unit length along the selected edge(s).
Examples
feature = model.get_line_moment(shapes)
feature.load_direction = 'z'
feature.value = 10.0
# Apply multiple changes in a single network call:
with feature.batch():
feature.load_direction = 'z'
feature.value = 10.0
Properties
- option : int
- Load option (fixed/multiplier).
- load_direction : int
- Load direction (x/y/z).
- coordinate : int
- Coordinate system type.
- coordinate_system : str
- Coordinate system (local/global_2d/global_3d or csys UUID).
- load_category : int
- Load category.
- load_type : int
- Load type (unfavourable/favourable).
- load_variation : int
- Load variation (constant/linear).
- m : float | Profile | Gradient
- Line moment value.
- p1 : float | Profile | Gradient
- Linear variation endpoint 1.
- p2 : float | Profile | Gradient
- Linear variation endpoint 2.
- x1 : object
- Anchor point 1.
- x2 : object
- Anchor point 2.