embedded-polyline-object
schema/components/embedded-polyline-object/1.0.0/embedded-polyline-object.schema.json
The embedded-polyline-object component represents a named polyline/polygon object that references parts
within an embedded-line-geometry.
name— The name of the polyline object.description— An optional description.parts— A list of part references into the parent line geometry.
Used by: geological-sections.
See also: embedded-mesh-object (mesh equivalent).
Properties
embedded-polyline-object (v1.0.0)
A base polyline/polygon object referencing parts in an embedded-line-geometry.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | Name of the object. | ✅ |
| description | String | Optional field for adding additional description to uniquely identify this object. | |
| parts | Array[reversible-index] | A list of parts and whether they are reversed. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |