Mesh SVG¶
Functionality¶
Creates SVG Mesh objects. Creates a 2D projection of the inputted mesh data to be drawn in a SVG Document
Inputs¶
Vertices.
Polygon / Edge.
Projection Plane: Plane to project geometry.
Offset: Offset of the projected geometry.
Fill / Stroke: Fill and Stroke attributes.
Options¶
Mode: Projection mode. Orthographic or Perspective
Projection Plane: XY, XZ, YZ or User Defined
Element Sort: Sort polygons/edges
Sort Mode: Z min, Z max, Z average or Z sum.
Invert Order: Invert order
Outputs¶
SVG Objects