Click or drag to resize

Beam(Point, Point) Constructor

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

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public Beam(
	Point startPoint,
	Point endPoint
)

Parameters

startPoint  Point
 
endPoint  Point
 
See Also