PbQuadrangleMesh2DGetGeometry Method (SbNativeArraySingle, SbNativeArraySingle, SbNativeArrayInt32) |
Gets the current mesh geometry (x, y nodes coordinates).
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<int> quadrangle_index
)
Public Sub GetGeometry (
<OutAttribute> ByRef x_nod As SbNativeArray(Of Single),
<OutAttribute> ByRef y_nod As SbNativeArray(Of Single),
<OutAttribute> ByRef quadrangle_index As SbNativeArray(Of Integer)
)
public:
void GetGeometry(
[OutAttribute] SbNativeArray<float>^% x_nod,
[OutAttribute] SbNativeArray<float>^% y_nod,
[OutAttribute] SbNativeArray<int>^% quadrangle_index
)
member GetGeometry :
x_nod : SbNativeArray<float32> byref *
y_nod : SbNativeArray<float32> byref *
quadrangle_index : SbNativeArray<int> byref -> unit
Parameters
- x_nod
- Type: OIV.Inventor.GenericSbNativeArraySingle
- y_nod
- Type: OIV.Inventor.GenericSbNativeArraySingle
- quadrangle_index
- Type: OIV.Inventor.GenericSbNativeArrayInt32
Remarks See Also