Click or drag to resize
PbMeshSetCoordinates Method

Set new node coordinates without modifying the mesh topology.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetCoordinates(
	float[] x_nod,
	float[] y_nod,
	float[] z_nod
)

Parameters

x_nod
Type: SystemSingle
y_nod
Type: SystemSingle
z_nod
Type: SystemSingle
Remarks

For performance reasons, this method should be called instead of setGeometry when doing a mesh deformation animation.

See Also