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