Click or drag to resize

LineSegmentSample Method

返回用户文档首页
根据给定的参数t,在线段上采样点。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public Point Sample(
	double t
)

Parameters

t  Double
线段上的参数,通常在0和1之间。

Return Value

Point
线段上由参数t定义的点。
See Also