Click or drag to resize

SolidIntersect(Point, Point) Method

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

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public List<Point> Intersect(
	Point point1,
	Point point2
)

Parameters

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

Return Value

ListPoint
See Also