PoSFParalCartesianGrid3DSetGeometry Method |
Convenience method to change the geometry of the mesh.
Namespace: OIV.MeshViz.FieldsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetGeometry(
int num_x,
int num_y,
int num_z,
float[] xn,
float[] yn,
float[] zn
)
Public Sub SetGeometry (
num_x As Integer,
num_y As Integer,
num_z As Integer,
xn As Single(),
yn As Single(),
zn As Single()
)
public:
void SetGeometry(
int num_x,
int num_y,
int num_z,
array<float>^ xn,
array<float>^ yn,
array<float>^ zn
)
member SetGeometry :
num_x : int *
num_y : int *
num_z : int *
xn : float32[] *
yn : float32[] *
zn : float32[] -> unit
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- num_z
- Type: SystemInt32
- xn
- Type: SystemSingle
- yn
- Type: SystemSingle
- zn
- Type: SystemSingle
Remarks See also OIV.MeshViz.Data.PbGrid3D.SetGeometry(System.Int32, System.Int32, System.Int32, System.Single[], System.Single[], System.Single[]).
See Also