PlaneSweep2d.Add Method

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.
public void Add( 
   IExtents2d obj
   int id 
)

Parameters

obj
IExtents2d

The object to add.

id
int

A user id of the object sent to the callback for object testing.

.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