Click or drag to resize

CrossSectionSlice(Double, ListPoint, ListListPoint) Constructor

返回用户文档首页
Initializes a new instance of the CrossSectionSlice class

Namespace: LoongCAD.STC.Friendly.Catalogs
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntax
C#
public CrossSectionSlice(
	double location,
	List<Point> outerSurfacePoints,
	List<List<Point>> holesPoints
)

Parameters

location  Double
 
outerSurfacePoints  ListPoint
 
holesPoints  ListListPoint
 
See Also