Click or drag to resize
PoSFMeshAddValuesSet Method (Int32, Single, String)

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

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

Parameters

index
Type: SystemInt32
val
Type: SystemSingle
setName
Type: SystemString
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 OIV.MeshViz.Fields.PoSFMesh.

See Also