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

Sets a new geometry.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetGeometry(
	int num_nodes,
	float[] x_nod,
	float[] y_nod,
	float[] z_nod,
	int num_hexahedrons,
	int[] hexahedron_index
)

Parameters

num_nodes
Type: SystemInt32
x_nod
Type: SystemSingle
y_nod
Type: SystemSingle
z_nod
Type: SystemSingle
num_hexahedrons
Type: SystemInt32
hexahedron_index
Type: SystemInt32
Remarks