Click or drag to resize

SolidIntersect(Point, Point) Method

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

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

Parameters

point1  Point
求交线段的第一点
point2  Point
求交线段的第二点

Return Value

ListPoint
See Also