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

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

Namespace: OIV.MeshViz.Fields
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public void AddStringsSet(
	int index,
	string[] val,
	string setName
)

Parameters

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

See Also