Short Name:
|
Derived From:
|
Fields: |
Creates a shape from the given geometry.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
vertices
|
Vec2[]
|
# != null |
|
The shape vertices, given as optionally georeferenced coordinates. |
||||
optional
|
edges
|
Vec2[]
|
null |
|
The shape edges, given as pairs of vertex indices. |
||||
optional
|
triangles
|
Vec3[]
|
null |
|
The shape triangles, given as triplets of vertex indices. |
||||
optional
|
parity
|
number
|
0 |
|
The shape edge parity. |
||||
optional
|
georef
|
CoordSys
|
null |
|
The shape georeference. |