| PoStreamSurfacenumLinesPerRake Property  | 
Number of point sources per rake. 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFInt32 numLinesPerRake { get; }Public ReadOnly Property numLinesPerRake As SoSFInt32
	Get
public:
property SoSFInt32^ numLinesPerRake {
	SoSFInt32^ get ();
}member numLinesPerRake : SoSFInt32 with get
Property Value
Type: 
SoSFInt32
RemarksFor each rake-sources, numLinesPerRake streamlines are calculated and are connected by a quad mesh to form a stream- surface. 3 by default. 
See Also