Skip to content

gi-nx


gi-nx / createRawSections

ts
function createRawSections(features: Feature<
  | Point
  | LineString
  | Polygon, Record<string, any> & {
  id?: never;
}>[]): void;

Bulk method of createRawSection

Parameters

ParameterType
featuresFeature< | Point | LineString | Polygon, Record<string, any> & { id?: never; }>[]

Returns

void