Overview
An advanced low-level node that turns a footprint into a zero-thickness surface
IsoItem. It is a supplemental route for free-form flat parts such as floors,
water, and rugs: the surface counterpart of iso_extrude.
Usage tips
iso_item_builderor block primitives are sufficient for ordinary floors. This is a side route specifically for surfaces with free-form outlines.- The output is an IsoItem. Place it into an
IsoWorldwithiso_place. - The input path is normalized to the item's local origin. Its original 2D position is
not retained; set the world position with
iso_place.
Related nodes
iso_extrude— the version with thicknessiso_item_builder— the recommended standard routeiso_place— places the IsoItem into an IsoWorldiso_assemble— combines several IsoItems into one assetiso_world_compose— combines already placed IsoWorldsVersion: 1
Notes
- Advanced: this is a low-level path route. Normally, create an IsoItem and place it in the canonical
IsoWorld. - Materials currently support only solid colors.
- The output is an
IsoItem, not an image. UseIso Placeto place it in anIsoWorld.