返回用户文档首页
Face与线段求交点
Namespace: LoongCAD.STC.Friendly.SolidAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic bool Intersect(
Point point1,
Point point2,
out double t
)
Parameters
- point1 Point
- 线段第一点
- point2 Point
- 线段第二点
- t Double
- 若有交点,t为线段的线性参数
Return Value
BooleanFace与线段是否有交点
See Also