ifcx_add_mesh_geometry
ifcx_add_mesh_geometryAdd mesh geometry to an IFC model by specifying vertex points and face indices. Use this to define 3D shapes for building elements.
Instructions
Alias for ifcx_create_geometry_mesh.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| ownerPath | Yes | ||
| childName | No | ||
| bodyPath | No | ||
| points | Yes | ||
| faceVertexIndices | Yes | ||
| material | No | ||
| transform | No |