Click or drag to resize

PickFaceResult Constructor

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

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public PickFaceResult(
	long objId,
	List<Point> border,
	List<List<Point>> holes
)

Parameters

objId  Int64
 
border  ListPoint
 
holes  ListListPoint
 
See Also