Reference Source

References

summary
public

F convert2xkt(params: Object, stats: Object): Promise<number>

Converts model files into xeokit's native XKT format.

Supported source formats are: IFC, CityJSON, 3DXML, glTF, LAZ and LAS.

XKTModel

summary
public

An object within an XKTModel.

public

An element of reusable geometry within an XKTModel.

public

Represents the usage of a XKTGeometry by an XKTEntity.

public

A meta object within an XKTModel.

public

A document model that represents the contents of an .XKT file.

public

A property set within an XKTModel.

public

A box-shaped 3D region within an XKTModel that contains XKTEntitys.

public

Writes an XKTModel to an ArrayBuffer.

geometryBuilders

summary
public

Creates box-shaped triangle mesh geometry arrays.

public

Creates box-shaped line segment geometry arrays.

public

Creates cylinder-shaped geometry arrays.

public

Creates grid-shaped geometry arrays..

public

Creates plane-shaped geometry arrays.

public

Creates sphere-shaped geometry arrays.

public

Creates torus-shaped geometry arrays.

public

Creates wireframe text-shaped geometry arrays.

parsers

summary
public

Loads 3DXML into an XKTModel.

public

Parses a CityJSON model into an XKTModel.

public

Parses glTF JSON into an XKTModel.

public

Parses IFC STEP file data into an XKTModel.

public

F async parseLASIntoXKTModel(params: Object)

Parses LAS and LAZ point cloud data into an XKTModel.

public

Parses JSON metamodel into an XKTModel.

public

Parses PCD point cloud data into an XKTModel.

public

Parses PLY file data into an XKTModel.

public

F async parseSTLIntoXKTModel(params: Object): Promise

Parses STL file data into an XKTModel.