跳到主要内容

RenderGroup

类型:
领域: Scene 与产物
推荐导入: from cadflow import RenderGroup

签名

class RenderGroup(entity_id: 'str', first_index: 'int', index_count: 'int') -> None

功能说明

RenderGroup 是 CadFlow Scene 与产物领域的公共类。

原始 API 说明

RenderGroup(entity_id: 'str', first_index: 'int', index_count: 'int')

其他公共导入路径

  • from cadflow.scene import RenderGroup

参数

名称类型必需默认值源码说明
entity_id'str'-源码 Docstring 未单独说明。
first_index'int'-源码 Docstring 未单独说明。
index_count'int'-源码 Docstring 未单独说明。

返回值

类型: None

源码 Docstring 未声明更多返回语义。

异常

源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。

数据字段

名称类型默认值
entity_id'str'required
first_index'int'required
index_count'int'required

行为与约束

  • 该操作会写入外部产物。交付前应验证返回路径或输出文件。
  • 实例是不可变 dataclass 值;更新式工作流会返回替代值。

导入检查

from cadflow import RenderGroup

相关内容