PlaneSweepIntersection Class

Result node used by the PlaneSweep2d class, which represents a point and two user id:s.
Public Class PlaneSweepIntersection
This language is not supported or no code example is available.
public class PlaneSweepIntersection
This language is not supported or no code example is available.
public ref class PlaneSweepIntersection 
This language is not supported or no code example is available.
public class PlaneSweepIntersection
This language is not supported or no code example is available.
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

In this article

Definition