Click or drag to resize

ShellIntersect(Point, Point, ListPoint) Method

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

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 List<Point> res
)

Parameters

point1  Point
求交线段的第一点
point2  Point
求交线段的第二点
res  ListPoint
返回的交点列表

Return Value

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