Render entities
If you're working with vector data, icons on the map, or loose 3D models instead of a BIM or CAD file, you can render it through the library without having to create a project view.
This data is organized in Nextspace through entity types. This is a level of organization that also defines default styling, and the data schema for the records.
Listing and rendering
Below is how you can list what entity types you've got available to render. We can find the entityTypeId from here.
Typescript
Javascript
Specific records
The above JSFiddle example shows how to render and remove records dynamically.
If you know one or many specific entity records you'd like to render then you can do so like so:
Typescript
Javascript
Custom filter
If you are familiar with the filter syntax, you can also use that to filter the records you'd like to render.
Typescript
Javascript