#include <opennurbs_plus.h>
The ON_ClashEvent class is used by ON_MeshClashSearch() and ON_MeshFaceClashSearch() to return the location mesh clash events.
◆ ON_ClashEvent()
ON_ClashEvent::ON_ClashEvent |
( |
| ) |
|
◆ m_i
ON__INT_PTR ON_ClashEvent::m_i[2] |
m_i[] values are used to identify clashing elements. The interpretation of the value varies and is described in the ON_...ClashSearch() documentation.
◆ m_P
If m_P is valid, then the sphere centered at P of radius distance intersects the clashing elements.
◆ UnsetEvent