BIMHome v1.0.0
BIMHome接口文档说明

◆ 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,则使用当前活动的文档
返回
返回生成的外轮廓对象指针