Click or drag to resize

CatalogHandlerCreateCustomProfile Method

返回用户文档首页
创建自定义截面

Namespace: LoongCAD.STC.Friendly.Catalogs
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntax
C#
public bool CreateCustomProfile(
	string profileName,
	Contour outline,
	List<Contour> holes
)

Parameters

profileName  String
截面名称
outline  Contour
截面外轮廓
holes  ListContour
截面孔洞

Return Value

Boolean
See Also