Rounded box =========== .. image:: https://user-images.githubusercontent.com/14288520/190874840-96e656e5-765a-4d7a-83fc-2654a728bca6.png :target: https://user-images.githubusercontent.com/14288520/190874840-96e656e5-765a-4d7a-83fc-2654a728bca6.png .. image:: https://user-images.githubusercontent.com/14288520/190875021-db05b31b-e960-442f-83d9-bb9b8eba8ef7.png :target: https://user-images.githubusercontent.com/14288520/190875021-db05b31b-e960-442f-83d9-bb9b8eba8ef7.png Functionality ------------- See the BlenderArtists thread by original author Phymec. This node merely encapsulates the code into a form that works for Sverchok. Internally the main driver is the amount of input vectors, each vector represents the x y z dimensions of a box. Each box can have unique settings. If fewer parameters are provided than sizes, then a default or the last parameter is repeated. Inputs & Parameters ------------------- +----------------+-----------------------+----------------------------------------------------------------------------+ | name | type | info | +================+=======================+============================================================================+ | radius | single value or list | radius of corner fillets | +----------------+-----------------------+----------------------------------------------------------------------------+ | arc div | single value or list | number of divisions in the fillet | +----------------+-----------------------+----------------------------------------------------------------------------+ | lin div | single value or list | number of internal divisions on straight parts (``[0..1]`` or ``[1..20]``) | +----------------+-----------------------+----------------------------------------------------------------------------+ | Vector Size | single vector or list | x y z dimensions for each box | +----------------+-----------------------+----------------------------------------------------------------------------+ | div type | 3way switch, integers | just corners, corners and edges, all | +----------------+-----------------------+----------------------------------------------------------------------------+ | odd axis align | 0..1 on or off | internal rejiggery, not sure. | +----------------+-----------------------+----------------------------------------------------------------------------+ Outputs ------- Depending on how many objects the input asks for, you get a Verts and Polygons list of rounded box representations. Examples -------- .. image:: https://cloud.githubusercontent.com/assets/619340/4471754/4987c79a-493e-11e4-89fe-bb9210af45c9.png :target: https://cloud.githubusercontent.com/assets/619340/4471754/4987c79a-493e-11e4-89fe-bb9210af45c9.png * Number-> :doc:`A Number ` * Number-> :doc:`Random Num Gen ` * MUL X, ADD X, /2: Number-> :doc:`Scalar Math ` * Vector-> :doc:`Vector In ` * Vector-> :doc:`Vector Out ` * Matrix-> :doc:`Matrix In ` * Viz-> :doc:`Viewer Draw ` .. image:: https://cloud.githubusercontent.com/assets/619340/4470969/f7dca97c-4930-11e4-9cae-63f8b17826be.png :target: https://cloud.githubusercontent.com/assets/619340/4470969/f7dca97c-4930-11e4-9cae-63f8b17826be.png --------- .. image:: https://user-images.githubusercontent.com/14288520/190872241-80590f4b-0468-4648-ac84-592472317a5a.png :target: https://user-images.githubusercontent.com/14288520/190872241-80590f4b-0468-4648-ac84-592472317a5a.png * Generator-> :doc:`Line ` * Number-> :doc:`A Number ` * Number-> :doc:`Float to Integer ` * MUL X: Number-> :doc:`Scalar Math ` * Number-> :doc:`Random Num Gen ` * List->List Struct-> :doc:`List Split ` * List->List Struct-> :doc:`List Slice ` * Matrix-> :doc:`Matrix In ` * Viz-> :doc:`Viewer Draw ` * Text-> :doc:`Stethoscope ` Notes ----- see: **Round Cube, real Quadsphere, Capsule (snipped thread title):** `original thread `_