跳到主要内容

DEFAULT_VIEWS

类型: 常量
领域: 检查
推荐导入: from cadflow.inspect.brep import DEFAULT_VIEWS

签名

DEFAULT_VIEWS: tuple = ((28.0, -45.0, 'isometric'), (90.0, -90.0, 'top / X-Y'), (0.0, -90.0, 'front / X-Z'), (0.0, 0.0, 'side / Y-Z'))

功能说明

DEFAULT_VIEWS 是 CadFlow 检查领域的公共常量。

原始 API 说明

Built-in immutable sequence.

If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterable's items.

If the argument is a tuple, the return value is the same object.

异常

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

行为与约束

  • 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。

导入检查

from cadflow.inspect.brep import DEFAULT_VIEWS

相关内容