C

Geometries

A class that models a container for all VSDX Geometry sections and provides factory methods for them.

Members

Show:

Properties

Methods

Factory method for creating a new Geometry object.

If a Geometry object is given as input, the index of the newly created object will be the one of the input, which means the new geometry inherits from it. Otherwise, a new index will be created and assigned.

Parameters

baseGeometry?: Geometry

Return Value

Returns the row with the (one-based) index.

Parameters

index: number

Return Value

Parameters

comparator?: any