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

Convenience method to set a new 2D geometry from a points field.

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 numPoints,
	float[] xPointsField,
	float[] yPointsField
)

Parameters

numPoints
Type: SystemInt32
xPointsField
Type: SystemSingle
yPointsField
Type: SystemSingle
Remarks

The triangulation is realized by the DELAUNAY method. See also PbTriangleMesh2D.setGeometry().

See Also