CatalogHandlerCreateCustomProfile Method |
返回用户文档首页
创建自定义截面
Namespace: LoongCAD.STC.Friendly.CatalogsAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.18 (2025.0.9.18)
Syntaxpublic bool CreateCustomProfile(
string profileName,
Contour outline,
List<Contour> holes
)
Parameters
- profileName String
- 截面名称
- outline Contour
- 截面外轮廓
- holes ListContour
- 截面孔洞
Return Value
Boolean
See Also