PlaneSweep2d Class
Public Class PlaneSweep2d
This language is not supported or no code example is available.
public class PlaneSweep2d
This language is not supported or no code example is available.
public ref class PlaneSweep2d
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
Add(IExtents2d, int) | Adds a geometry to the sweeporder. Do not alter the objects geometry between adding it here and sweeping because only a reference to the object is stored. | |
Clear() | Clear the objects added with Add(...) | |
Sweep(PlaneSweepDelegate, ref List<PlaneSweepIntersection>) | The sweep function tries to test as few objects for intersection as possible. |
IGS.Genamo.PlaneSweep2d