ElementMeshRequestProps Interface
Describes a request to generate Polyfaces from an element.
@see IModelConnection.generateElementMeshes.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| source | string | The Id of the GeometricElement from which to obtain meshes. | 
Inherited properties
| Name | Type | Inherited from | Description | 
|---|---|---|---|
| angleTolerance Inherited | number | undefined | ElementMeshOptions | Maximum angle difference in radians for an approximated face. | 
| chordTolerance Inherited | number | undefined | ElementMeshOptions | Maximum distance from a face to the original geometry. | 
| minBRepFeatureSize Inherited | number | undefined | ElementMeshOptions | BRep features with bounding boxes smaller than this size will not generate graphics. | 
Defined in
- core/common/src/ElementMesh.ts Line 38
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.