BIMHome v1.0.0
BIMHome接口文档说明

◆ getInterProfilesBySurface()

static std::vector< App::IDocumentObject * > getInterProfilesBySurface ( App::IDocumentObject pSurface,
const std::string &  objName = "InterProfile",
App::IDocument pParentDoc = nullptr 
)
static

通过曲面获取内轮廓对象

通过曲面获取内轮廓对象

参数
[in]pSurface输入曲面对象指针,作为生成内轮廓的基础曲面
[in]objName获得的内轮廓对象名称
[in]pParentDoc所属文档,如果为 nullptr,则使用当前活动的文档
返回
返回生成的内轮廓对象指针