Creates a CustomSectionGeometry object from the input Rhino/GH geometry. This object can then be added to the model using the Add XS Boundary component.
| Number | Name | Object Type | Description | Optional |
|---|---|---|---|---|
| 1 | Name | DesignFrameElement | The parent design frame element to offset. | No |
| 2 | Geometry | System.Object | Cross-section geometry. This can be Rhino or Grasshopper geometry. The object type must be able to be cast to either GH_Curve, GH_Surface, or GH_Brep. | No |
| 3 | Divisions | System.Int32 | Number of divisions to split non-linear curves into. Defaults to 10. | Yes |
| Number | Name | Object Type | Description |
|---|---|---|---|
| 1 | XS Geometry | CustomSectionGeometry | A new custom section geometry object. |
