build_render_mesh
类型: 函数
领域: Scene 与产物
推荐导入: from cadflow import build_render_mesh
签名
def build_render_mesh(solid: 'Solid', *, face_entity_ids: 'Sequence[str]', linear_tolerance: 'float', angular_tolerance: 'float') -> 'RenderMesh'
功能说明
build_render_mesh 是 CadFlow Scene 与产物领域的公共函数。
其他公共导入路径
from cadflow.scene import build_render_mesh
参数
| 名称 | 类型 | 必需 | 默认值 | 源码说明 |
|---|---|---|---|---|
solid | 'Solid' | 是 | - | 源码 Docstring 未单独说明。 |
face_entity_ids | 'Sequence[str]' | 是 | - | 源码 Docstring 未单独说明。 |
linear_tolerance | 'float' | 是 | - | 源码 Docstring 未单独说明。 |
angular_tolerance | 'float' | 是 | - | 源码 Docstring 未单独说明。 |
返回值
类型: 'RenderMesh'
源码 Docstring 未声明更多返回语义。
异常
源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。
行为与约束
- 该操作会写入外部产物。交付前应验证返回路径或输出文件。
导入检查
from cadflow import build_render_mesh