PoBaseStreamLinemaxLifetime Property |
The difference between the time of the start-point and the time of the last point of a streamline must be less than maxLifetime.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat maxLifetime { get; }
Public ReadOnly Property maxLifetime As SoSFFloat
Get
public:
property SoSFFloat^ maxLifetime {
SoSFFloat^ get ();
}
member maxLifetime : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks maxLifetime <= 0 means an infinite lifetime. 0 by default.
See Also