- poICFD AddRake
Adds a new rake to the CFD Plot/Streamlines panel.
- poICFD CreateStreamLines
Creates streamlines for the specified rakes based on the current settings in the CFD Plot/Streamlines panel.
- poICFD DeleteRake
Deletes the specified rake from the CFD Plot/Streamlines panel.
- poICFD DeleteStreamLines
Deletes the streamlines for the rakes specified in the CFD Plot/Streamlines panel.
- poICFD GetDataType
Returns the data type that was used for the streamline creation in the CFD Plot/Streamlines panel.
- poICFD GetIntegrationMethod
Returns the integration method that was used for the streamline creation in the CFD Plot/Streamlines panel.
- poICFD GetMaxBreakAngle
Returns the threshold value for the break angle between two neighboring streamline segments, which is used to decide if the two line segments should be merged into one, or kept untouched.
- poICFD GetMaxStepLength
Returns the maximum integration step length in the CFD Plot/Streamlines panel.
- poICFD GetNumOfStreamLineColors
Returns the number of colors in the color map that were used to color the individual streamlines in the CFD Plot/Streamlines panel (when the 'color-by mode' is set to "seed").
- poICFD GetRakeHandle
Returns the handle of the rake specified by the rake_id.
- poICFD GetRakeList
Returns a list of rake IDs from the CFD Plot/Streamlines panel.
- poICFD GetStreamLineColoredByMode
Returns the 'colored-by mode' of the streamlines in the CFD Plot/Streamlines panel.
- poICFD GetStreamLineDecimation
Returns whether decimation is being applied to streamlines in the CFD Plot/Streamlines panel, in order to reduce the memory footprint.
- poICFD GetStreamLineSize
Returns the size of the streamlines in the CFD Plot/Streamlines panel.
- poICFD GetStreamLineStyle
Returns the style of the streamlines in the CFD Plot/Streamlines panel.
- poICFD SetDataType
Sets the data type used for the streamline creation in the CFD Plot/Streamlines panel.
- poICFD SetIntegrationMethod
Specifies the integration algorithm used for the streamline creation in the CFD Plot/Streamlines panel.
- poICFD SetMaxBreakAngle
Specifies the threshold value for the break angle between two neighboring streamline segments, which is used to decide if the two line segments should be merged into one, or kept untouched.
- poICFD SetMaxStepLength
Specifies the maximum integration step length in the CFD Plot/Streamlines panel.
- poICFD SetNumOfStreamLineColors
Specifies the number of colors in the color map used to color the individual streamlines in the CFD Plot/Streamlines panel (when the 'color-by mode' is set to "seed").
- poICFD SetStreamLineColoredByMode
Specifies the 'colored-by mode' of the streamlines in the CFD Plot/Streamlines panel.
- poICFD SetStreamLineDecimation
Specifies whether decimation should be applied to the streamlines in the CFD Plot/Streamlines panel, in order to reduce the memory footprint.
- poICFD SetStreamLineSize
Specifies the size of the streamlines in the CFD Plot/Streamlines panel.
- poICFD SetStreamLineStyle
Specifies the style of the streamlines in the CFD Plot/Streamlines panel.
- poICFD SetTerminationCriterion
Specifies the criterion for integration termination in the streamline creation in the CFD Plot/Streamlines panel.