Click or drag to resize

SolidIntersect(Point, Point, ListDouble) Method

返回用户文档首页
用一条线段对实体进行求交

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public bool Intersect(
	Point point1,
	Point point2,
	out List<double> res
)

Parameters

point1  Point
求交线段的第一点
point2  Point
求交线段的第二点
res  ListDouble
返回的交点在线段中的线性参数列表

Return Value

Boolean
实体与线段是否有交点
See Also