Click or drag to resize

PartGetReferanceLine Method

返回用户文档首页
获取零件参考线

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public List<Point> GetReferanceLine(
	bool bWithCutsFittings
)

Parameters

bWithCutsFittings  Boolean
是否考虑对齐/切割

Return Value

ListPoint
参考线顶点列表
See Also