Uses of Class
com.openinventor.meshvizxlm.extractors.streamline.IntegrationDirection
-
Packages that use IntegrationDirection Package Description com.openinventor.meshvizxlm.extractors.streamline 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 IntegrationDirection Modifier and Type Method Description static IntegrationDirection
IntegrationDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IntegrationDirection[]
IntegrationDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type IntegrationDirection Modifier and Type Method Description void
MiStreamlineExtractBase. setIntegrationDirection(IntegrationDirection direction)
Sets the direction for the streamlines integration.
-