PolygonSelectionToPoints
Converts a PolygonSelection into a set of NamedPointsOnTriangle based on polygon vertices. Can be used as input for Wrapping nodes for more natural assymetric emotions.
Inputs
- Geometry
GeometryAn input geometry.- Polygon Selection
PolygonSelectionA polygon selection of input geometry.
Output
NamedPointsOnTriangleResulting points.
Parameters
- Show Point Labels:
if set, point names are displayed in the visual editor.
- Show Invisible Points:
if set, points on selected polygons are invisible from current point of view will not be displayed.
- Use:
- Selected Polygons
uses the input
PolygonSelectiondirectly (default behavior).- Unselected Polygons
uses the inversion of the input
PolygonSelection, generating points on all unselected polygons.