mindflow.geometry

接口名

概述

支持平台

mindflow.geometry.Cone

圆锥体对象的定义。

Ascend GPU

mindflow.geometry.CSGDifference

用于计算几何差异的CSG类。

Ascend GPU

mindflow.geometry.CSGIntersection

几何相交的CSG类。

Ascend GPU

mindflow.geometry.CSGUnion

用于几何合并的CSG类。

Ascend GPU

mindflow.geometry.CSGXOR

用于几何异或计算的CSG类。

Ascend GPU

mindflow.geometry.Cuboid

立方体对象的定义。

Ascend GPU

mindflow.geometry.Cylinder

圆柱体对象的定义。

Ascend GPU

mindflow.geometry.Disk

圆盘对象的定义。

Ascend GPU

mindflow.geometry.FixedPoint

固定点对象的定义。

Ascend GPU

mindflow.geometry.Geometry

几何对象的定义。

Ascend GPU

mindflow.geometry.GeometryWithTime

含时域几何体的定义。

Ascend GPU

mindflow.geometry.HyperCube

超立方体对象的定义。

Ascend GPU

mindflow.geometry.Interval

区间对象的定义。

Ascend GPU

mindflow.geometry.PartSamplingConfig

部分采样配置的定义。

Ascend GPU

mindflow.geometry.Pentagon

五边形对象的定义。

Ascend GPU

mindflow.geometry.Rectangle

矩形对象的定义。

Ascend GPU

mindflow.geometry.SamplingConfig

全局采样配置定义。

Ascend GPU

mindflow.geometry.Tetrahedron

四面体对象的定义。

Ascend GPU

mindflow.geometry.TimeDomain

时域的定义。

Ascend GPU

mindflow.geometry.Triangle

三角形对象的定义。

Ascend GPU

mindflow.geometry.generate_sampling_config

从dict转换为采样配置。

Ascend GPU