返回用户文档首页
根据给定的参数t,在线段上采样点。
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic Point Sample(
double t
)
Parameters
- t Double
- 线段上的参数,通常在0和1之间。
Return Value
Point线段上由参数t定义的点。
See Also