Uses of Enum Class
com.openinventor.meshvizxlm.extractors.streamline.IntegrationDirection
Packages that use IntegrationDirection
Package
Description
Provides interfaces and classes for streamlines extraction.
-
Uses of IntegrationDirection in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline that return IntegrationDirectionModifier and TypeMethodDescriptionstatic IntegrationDirectionReturns the enum constant of this class with the specified name.static IntegrationDirection[]IntegrationDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type IntegrationDirectionModifier and TypeMethodDescriptionvoidMiStreamlineExtractBase.setIntegrationDirection(IntegrationDirection direction) Sets the direction for the streamlines integration.