Click or drag to resize
PoStreamPointMotion Properties

The PoStreamPointMotion type exposes the following members.

Properties
  NameDescription
Public propertyblinkSpeed

Number of animation's cycles per second.

(Inherited from PoStreamParticleMotion.)
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoBaseKit.)
Public propertycoloringType

Defines the type of method used to color each mesh element, mesh edge or mesh contour line of a representation.

(Inherited from PoMesh.)
Public propertycolors

List of colors used by some derived class to color each streamline.

(Inherited from PoBaseStreamLine.)
Public propertycreaseAngle

Indicates the minimum angle (in radians) between two adjacent face normals required to form a sharp crease at the edge when default normals are computed and used.

(Inherited from PoMesh.)
Public propertyintegrationDirection

Direction of integration.

(Inherited from PoBaseStreamLine.)
Public propertyintegrationMaxStepNumber

Computing the streamline is done while the number of integration step is less than integrationMaxStepNumber.

(Inherited from PoBaseStreamLine.)
Public propertyintegrationStepLengthFactor

It is a factor of the size of a cell.

(Inherited from PoBaseStreamLine.)
Public propertyisBlinking

Stop the animation if isBlinking is false.

(Inherited from PoStreamParticleMotion.)
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyisStartRandomized

Set it to true prevents each first position of the different streamlines to start simultaneously.

(Inherited from PoStreamParticleMotion.)
Public propertymaxLength

The curvilinear distance between the start-point and the last point of a streamline must be less than maxLength.

(Inherited from PoBaseStreamLine.)
Public propertymaxLifetime

The difference between the time of the start-point and the time of the last point of a streamline must be less than maxLifetime.

(Inherited from PoBaseStreamLine.)
Public propertyminSpeed

The streamline ends when it goes through a point where the velocity is less than minSpeed.

(Inherited from PoBaseStreamLine.)
Public propertymoduleDataMapping

Field used to do coloring according the module of the vectors.

(Inherited from PoMesh.)
Public propertypointSize

Convenience field to set the point size attribute.

Public propertypulseFrequency

Number of frames to be visualized during an animation cycle.

(Inherited from PoStreamParticleMotion.)
Public propertyshiftStart

Duration from which the first position on the streamline is calculated.

(Inherited from PoStreamParticleMotion.)
Public propertysmoothTextureContouring

If set to true and combined with COLOR_TEXTURE_CONTOURING coloring type, the texture used for coloring appears smoothed, since a linear interpolation is used instead of a nearest one.

(Inherited from PoMesh.)
Public propertystartPoints

Start points of the streamlines.

(Inherited from PoBaseStreamLine.)
Public propertytimeStep

Time step between 2 consecutive points of a streamline.

(Inherited from PoStreamParticleMotion.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyvaluesIndex

Defines the index of the set of values for the coloring.

(Inherited from PoMesh.)
Public propertyvaluesIndexForCellFilter

Specifies the index of the set of values used to filter cells for this mesh representation.

(Inherited from PoMesh.)
Public propertyvecsIndex

Defines the index of the set of vectors for all representations which need a vector at each mesh node (OIV.MeshViz.Data.PoBaseStreamLine, OIV.MeshViz.Data.PoMesh2DVec, OIV.MeshViz.Data.PoMesh3DVec,...)

(Inherited from PoMesh.)
Public propertyviewFrame

Visualized frame index (used only if isBlinking is false).

(Inherited from PoStreamParticleMotion.)
Top
See Also