Files
IfcOpenShell/src
Andrej730 ff2714d991 Added c-, z-profiles with lips to AU steel library
Added c- and z-profiles with lips to IFC AU Steel profile library (based on data from https://github.com/boltsparts/boltsparts/pull/15).

For z-profiles I've created simple 2D curve generation function that can be reused later - it requires list of points and list of points with fillets and the results are list of curve points, segments and IfcIndexedPolyCurve.

Example:

    points, segments, ifc_curve = create_simple_curve_from_coords(coords,
        fillets =     (0,   1,   4, 5, 6,   7,   10, 11),
        fillet_radius=(r+t, r+t, r, r, r+t, r+t, r, r),
        closed=True, ifc_file=ifc_file)
2022-11-15 13:35:44 +06:00
..
2022-08-27 15:34:16 +02:00
2022-11-13 11:04:16 +01:00
2022-11-14 09:23:59 +01:00
2022-11-14 09:38:51 +01:00
2022-11-12 14:08:01 +11:00
2022-08-27 15:34:16 +02:00
2022-11-13 11:04:16 +01:00
2022-09-08 13:54:17 +02:00