Analysis Components
Display Sheet (DS)
Visualizes sheet objects with color-coded face types (flanges, bends, hems, holes). Allows filtering by face type and direction, and optional displays text info on each face.
Inputs
| Name | Nick | Type | Access | Default | Description |
|---|---|---|---|---|---|
| Sheet | S | Sheet | tree | Sheet object to analyze and display | |
| Color Mode | CM | Integer | item | 0 | Coloring mode for the sheet : - By Face Type: Colors by face type (bend=blue, flange=gray, hem=cadetblue, hole=gold, thickness=red) - By Direction: Colors by bend direction (up=green, down=red, non-bends=light gray) - By Bend Group: Colors by bend group membership (each group has a unique color) |
| Display Text Info | Txt | Boolean | item | false | Toggle display of face type, ID and other details on each face |
| Text Size | TS | Integer | item | Size of the text to display on each face | |
| Side | S | Integer | item | Select which side of the sheet to display: All, First, or Second | |
| Face Types | FT | Integer | list | Select face types to include in visualization (flanges, bends, hems, holes, etc.) |
Color Mode (CM) options:
0= By Face Type1= By Direction2= By Bend Group
-1= All0= First1= Second
Outputs
| Name | Nick | Type | Access | Default | Description |
|---|---|---|---|---|---|
| Sheet Faces | SF | Brep | tree | The displayed faces as BREPs, in a tree branched by face type (after the Side and Face Types filters). |
Sheet Info (SI)
Summarizes a sheet: how many flanges, bends, hems, and holes (isolated, non-isolated, countersink) it has, plus the detected material thickness. It also lists per-bend data — id, angle, fold direction, and inner radius — as parallel lists. A quick way to sanity-check what the classifier found before unrolling.
Inputs
| Name | Nick | Type | Access | Default | Description |
|---|---|---|---|---|---|
| Sheet | S | Sheet | item | Sheet to analyze |
Outputs
| Name | Nick | Type | Access | Default | Description |
|---|---|---|---|---|---|
| Flanges | F | Number | item | Number of flange faces. | |
| Bends | B | Number | item | Number of bends. | |
| Hems | H | Number | item | Number of hems. | |
| I-Holes | Ho | Number | item | Number of isolated holes (fully inside a flange). | |
| NI-Holes | NIH | Number | item | Number of non-isolated holes (touching a flange edge). | |
| C-Holes | CSH | Number | item | Number of countersink holes. | |
| Thickness | T | Number | item | Detected material thickness, in document units. | |
| ——— | ——— | Generic | item | Separator. The outputs below are parallel per-bend lists. | |
| Bend ID | ID | Text | list | Per-bend id (e.g. B-1 for a bend, HB-1 for a hem bend). | |
| Bend Angle | BA | Number | list | Per-bend angle, in radians. | |
| Bend Direction | BD | Text | list | Per-bend fold direction (Up or Down). | |
| Bend Radius | BR | Number | list | Per-bend local inner radius, in document units. |