PlaneSweepIntersection Class

Result node used by the PlaneSweep2d class, which represents a point and two user id:s.
public class PlaneSweepIntersection
Name Description
Public constructor PlaneSweepIntersection(Point2d, int, int) Creates a new result node given a position and two user datas.
Top
Fields
 
Name Description
Public field ID1 User id 1 of this node left public for fast access.
Public field ID2 User id 2 of this node left public for fast access.
Public field Point Point data of this node left public for fast access.
Top
IGS.Genamo.PlaneSweepIntersection

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8