Skip to main content

embedded-line-geometry

schema/components/embedded-line-geometry/1.0.0/embedded-line-geometry.schema.json

The embedded-line-geometry component represents a set of polylines composed of straight line segments.

  • vertices — An array of 3D coordinates defining the polyline vertices.
  • chunks — Offset and count information defining individual polylines within the vertex array.
  • indices — Optional connectivity indices.

Used by: geological-sections.

See also: embedded-triangulated-mesh (mesh equivalent), embedded-polyline-object.

Properties

embedded-line-geometry (v1.0.0)

A set of polylines composed of straight line segments.

PropertyTypeDescriptionFlags
verticesembedded-line-geometryVertex coordinates in 2D space. Columns: u, v.
chunksembedded-line-geometryA tuple defining the first index and the length of a chunk of vertices, forming a polyline/polygon.
If indices is defined, the chunk refers to a segment of the indices array.
Otherwise, the chunk refers to a segment of the vertices array.
Chunks can overlap.
Columns: offset, count
indicesindex-array-1An optional index array into the vertices.
This is used to define chunks if the vertices list do not contain contiguous chunks.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?