BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
PlatformAlgorithm
SurfaceHelper
getInterProfilesBySurface
getOuterProfileBySurface
isSurfaceIntersect
◆
getOuterProfileBySurface()
static
App::IDocumentObject
* getOuterProfileBySurface
(
App::IDocumentObject
*
pSurface
,
const std::string &
objName
=
"OuterProfile"
,
App::IDocument
*
pParentDoc
=
nullptr
)
static
通过曲面获取外轮廓对象
通过曲面获取外轮廓对象
参数
[in]
pSurface
输入曲面对象指针,作为生成外轮廓的基础曲面
[in]
objName
获得的外轮廓名称
[in]
pParentDoc
所属文档,如果为 nullptr,则使用当前活动的文档
返回
返回生成的外轮廓对象指针