createTriMesh Method
createTriMesh(args, instances?)
createTriMesh(args: MeshArgs, instances?: Point3d | InstancedGraphicParams | RenderAreaPattern): RenderGraphic | undefined
| Parameter | Type | Description |
|---|---|---|
| args | MeshArgs | |
| instances | Point3d | InstancedGraphicParams | RenderAreaPattern |
Returns - RenderGraphic | undefined
createTriMesh(args, instances?)
Create a graphic from a low-level representation of a triangle mesh.
createTriMesh(args: MeshArgs, instances?: InstancedGraphicParams): RenderGraphic | undefined
@see createGraphic to obtain a GraphicBuilder that can assemble a mesh from higher-level primitives.
| Parameter | Type | Description |
|---|---|---|
| args | MeshArgs | A description of the mesh. |
| instances | InstancedGraphicParams | Repetitions of the mesh to be drawn. |
Returns - RenderGraphic | undefined
Defined in
Last Updated: 04 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.