PbHexahedronMesh3DGetGeometry Method (SbNativeArraySingle, SbNativeArraySingle, SbNativeArraySingle, SbNativeArrayInt32) |
Gets the current mesh geometry.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetGeometry(
out SbNativeArray<float> x_nod,
out SbNativeArray<float> y_nod,
out SbNativeArray<float> z_nod,
out SbNativeArray<int> hexahedron_index
)
Public Sub GetGeometry (
<OutAttribute> ByRef x_nod As SbNativeArray(Of Single),
<OutAttribute> ByRef y_nod As SbNativeArray(Of Single),
<OutAttribute> ByRef z_nod As SbNativeArray(Of Single),
<OutAttribute> ByRef hexahedron_index As SbNativeArray(Of Integer)
)
public:
void GetGeometry(
[OutAttribute] SbNativeArray<float>^% x_nod,
[OutAttribute] SbNativeArray<float>^% y_nod,
[OutAttribute] SbNativeArray<float>^% z_nod,
[OutAttribute] SbNativeArray<int>^% hexahedron_index
)
member GetGeometry :
x_nod : SbNativeArray<float32> byref *
y_nod : SbNativeArray<float32> byref *
z_nod : SbNativeArray<float32> byref *
hexahedron_index : SbNativeArray<int> byref -> unit
Parameters
- x_nod
- Type: OIV.Inventor.GenericSbNativeArraySingle
- y_nod
- Type: OIV.Inventor.GenericSbNativeArraySingle
- z_nod
- Type: OIV.Inventor.GenericSbNativeArraySingle
- hexahedron_index
- Type: OIV.Inventor.GenericSbNativeArrayInt32
Remarks hexahedron_index must be used like a vector (i.e. hexahedron_index[n])
See Also