Click or drag to resize

FaceIntersect Method

返回用户文档首页
Face与线段求交点

Namespace: LoongCAD.STC.Friendly.Solid
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public bool Intersect(
	Point point1,
	Point point2,
	out double t
)

Parameters

point1  Point
线段第一点
point2  Point
线段第二点
t  Double
若有交点,t为线段的线性参数

Return Value

Boolean
Face与线段是否有交点
See Also