gi-nx / createRawSections
ts
function createRawSections(features: Feature<
| Point
| LineString
| Polygon, Record<string, any> & {
id?: never;
}>[]): void;Bulk method of createRawSection
Parameters
| Parameter | Type |
|---|---|
features | Feature< | Point | LineString | Polygon, Record<string, any> & { id?: never; }>[] |
Returns
void