Model.reviewbeamsection#
- Model.reviewbeamsection(id)#
Reviews a beamsection entity using the Section Manager context. Reviewable beamsection types are of Source/Engine:
Database/Closed Form
Shape/FEM
Shape/Thinwall
In case of Shape based sections, a sketch is required. In case none is assigned to the beamsection, an absorb sketch operation will be performed to create one.
- Parameters:
id (int) – The ID of the beamsection to be reviewed.
Example#
Review beamsection with ID 5#import hm import hm.entities as ent model = hm.Model() model.reviewbeamsection(id=5)