Problem with the Shape By Outline component #1067
|
I created a cross-section using Shape By Outline, which causes an error in the Modify Open Model component. Am I doing something wrong, or is there an error in the add-on? I’m sending the Grasshopper script in a zip archive. |
Replies: 2 comments
|
@OndraZitko, note you can only currently use Shape By Outline to wire into the cross-section component. And currently, IOM can only support rectangles. I.e it was implemented to create custom-plated cross-sections. |
|
Hi @PawelPachla19, currently the Shape By Outline requires 4-sided rectangular shapes. If you want to create the cross-seciton like in your script, you will need to break it up into its rectangular plate components. This discussion may help you show what I mean. #686 (comment) and here is an example script. |
Hi @PawelPachla19, currently the Shape By Outline requires 4-sided rectangular shapes. If you want to create the cross-seciton like in your script, you will need to break it up into its rectangular plate components. This discussion may help you show what I mean. #686 (comment) and here is an example script.
IOM_Create general plated cross-section.zip