Click or drag to resize
PoTriangleMesh2DSetGeometry Method (Int32, Single, Single, Int32, Int32)

Convenience method to change the geometry of the mesh.

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetGeometry(
	int num_nodes,
	float[] xn,
	float[] yn,
	int num_cells,
	int[] cell_index
)

Parameters

num_nodes
Type: SystemInt32
xn
Type: SystemSingle
yn
Type: SystemSingle
num_cells
Type: SystemInt32
cell_index
Type: SystemInt32
Remarks

Defines a 2D geometry. See also PbTriangleMesh2D.setGeometry().

See Also