PbIrregularMesh1D Constructor (Int32, Single) |
Constructor with geometry.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbIrregularMesh1D(
int size,
float[] x
)
Public Sub New (
size As Integer,
x As Single()
)
public:
PbIrregularMesh1D(
int size,
array<float>^ x
)
new :
size : int *
x : float32[] -> PbIrregularMesh1D
Parameters
- size
- Type: SystemInt32
- x
- Type: SystemSingle
Remarks See Also