public interface MiExtractorCallback
This interface specifies the methods used by extractors to notify the application when an extraction starts and stops.
Modifier and Type | Method and Description |
---|---|
void |
beginCallback(boolean geomChanged,
boolean topoChanged,
boolean dataSetChanged)
This method is called each time a new extraction starts and only if the
mesh, the cell filter, the tessellator or the data sets have changed since
the last extraction.
|
void |
endCallback(boolean geomChanged,
boolean topoChanged,
boolean dataSetChanged)
This method is called each time a new extraction ends and only if the mesh,
the cell filters, the tessellator or the data sets have changed since the
last extraction.
|
void beginCallback(boolean geomChanged, boolean topoChanged, boolean dataSetChanged)
geomChanged
- true
if the geometry of the extracted mesh must be updatedtopoChanged
- true
if the topology of the extracted mesh must be updateddataSetChanged
- true
if the data sets associated to the extracted mesh
must be updatedvoid endCallback(boolean geomChanged, boolean topoChanged, boolean dataSetChanged)
geomChanged
- true
if the geometry of the extracted mesh has just been
updatedtopoChanged
- true
if the topology of the extracted mesh has just been
updateddataSetChanged
- true
if the data sets associated to the extracted mesh has
just been updatedGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com