Uses of Interface
com.openinventor.meshvizxlm.extractors.MiExtractorCallback
-
Packages that use MiExtractorCallback Package Description com.openinventor.meshvizxlm.extractors Provides interfaces for extractors definition.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiExtractorCallback in com.openinventor.meshvizxlm.extractors
Methods in com.openinventor.meshvizxlm.extractors with parameters of type MiExtractorCallback Modifier and Type Method Description void
MiBaseExtractor. setExtractorCallback(MiExtractorCallback extractorCallback)
Set the user defined extractor callback which will be called before and after each extraction. -
Uses of MiExtractorCallback in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiExtractorCallback Modifier and Type Method Description void
MoMeshRepresentation. setExtractorCallback(MiExtractorCallback extractorCallback)
Set the extraction callback which will be called each time an extraction is performed.
-