mindflow.geometry.CSGIntersection ================================= .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindscience/blob/master/docs/api_python/mindflow/geometry/mindflow.geometry.CSGIntersection.rst :alt: 查看源文件 .. py:class:: mindflow.geometry.CSGIntersection(geom1, geom2, sampling_config=None) 几何相交的CSG类。 参数: - **geom1** (Geometry) - 几何体对象。 - **geom2** (Geometry) - 要与geom1求交集的几何体对象。 - **sampling_config** (SamplingConfig) - 采样配置。默认值: ``None``。