Click or drag to resize

MeshAddLine Method

返回用户文档首页
添加线段

Namespace: LoongCAD.STC.Friendly.Scene.UI
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public void AddLine(
	int index1,
	int index2
)

Parameters

index1  Int32
线段第一点在Points中的下标
index2  Int32
线段第二点在Points中的下标
See Also