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