Click or drag to resize
PoSFMesh.AddValuesSet Method (Int32,Single[], String)

Convenience method that adds a set of scalar values to the internal PbMesh object.

Namespace: OIV.MeshViz.Fields
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void AddValuesSet(
	int index,
	float[] val,
	string setName
)

Parameters

index
Type: System.Int32
val
Type:System.Single[]
setName
Type: System.String
Remarks

NOTE: This method must be called after a setGeometry method because the size of the argument val is determined by the number of nodes in the mesh. The setGeometry methods are defined in subclasses of PoSFMesh.

See Also