public interface MiStreamlineExtractBase extends MiBaseExtractor
The base streamline extract interface defines the common optional parameters.
Modifier and Type | Method and Description |
---|---|
void |
setIntegrationDirection(IntegrationDirection direction)
Sets the direction for the streamlines integration.
|
void |
setIntegrationMaxStepNumber(int maxStepNumber)
Sets the maximum step number during the streamlines integration.
|
void |
setIntegrationStepLengthFactor(double factor)
Sets the step length factor for the streamlines integration.
|
void |
setMaxLength(double maxLength)
Sets the maximum length of the streamlines.
|
void |
setMaxLifeTime(double maxLifeTime)
Sets the maximum life time of the streamlines.
|
void |
setMinSpeed(double minSpeed)
Sets the minimum speed of the streamlines.
|
setExtractorCallback
void setMaxLifeTime(double maxLifeTime)
maxLifeTime
- maximum life time of the streamlinesvoid setMaxLength(double maxLength)
maxLength
- maximum length of the streamlinesvoid setMinSpeed(double minSpeed)
minSpeed
- minimum speed of the streamlinesvoid setIntegrationStepLengthFactor(double factor)
factor
- length factor for the streamlines integrationvoid setIntegrationMaxStepNumber(int maxStepNumber)
maxStepNumber
- maximum step numbervoid setIntegrationDirection(IntegrationDirection direction)
direction
- direction for the streamlines integrationGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com