Polyline2D
Polyline2D is a geometry node. Polyline2D specifies a connected set of vertices in a contiguous set of line segments. Hint: insert a Shape node before adding geometry or Appearance.
Inheritance
Code
XML encoding
<Polyline2D lineSegments='' lit='FALSE' resolution='1' multiResolutionLevel='1' invalidateVolume='FALSE' normalUpdateMode='nice' cacheMode='auto' optimizationMode='auto' logFeature='' />
Classic encoding
Polyline2D { lineSegments [] lit FALSE resolution 1 multiResolutionLevel 1 invalidateVolume FALSE normalUpdateMode "nice" cacheMode "auto" optimizationMode ["auto"] logFeature [""] }
Interface
Filter: X3D only | Avalon only | All
id | Name | DataType | PartType | Default | ValueType | Description |
---|---|---|---|---|---|---|
lineSegments | MFVec2f | initializeOnly | Coordinates of vertices connected into contiguous Polyline2D. Warning: simple-geometry dimensions cannot be changed after initial creation, use Transform scale instead. | |||
metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element |