PbIndexedMesh2DGetNodes Method (SbNativeArraySingle, SbNativeArraySingle, SbNativeArraySingle) |
Gets the mesh nodes coordinates (x,y,z coordinates) .
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetNodes(
out SbNativeArray<float> x_nod,
out SbNativeArray<float> y_nod,
out SbNativeArray<float> z_nod
)
Public Sub GetNodes (
<OutAttribute> ByRef x_nod As SbNativeArray(Of Single),
<OutAttribute> ByRef y_nod As SbNativeArray(Of Single),
<OutAttribute> ByRef z_nod As SbNativeArray(Of Single)
)
public:
void GetNodes(
[OutAttribute] SbNativeArray<float>^% x_nod,
[OutAttribute] SbNativeArray<float>^% y_nod,
[OutAttribute] SbNativeArray<float>^% z_nod
)
member GetNodes :
x_nod : SbNativeArray<float32> byref *
y_nod : SbNativeArray<float32> byref *
z_nod : SbNativeArray<float32> byref -> unit
Parameters
- x_nod
- Type: OIV.Inventor.GenericSbNativeArraySingle
- y_nod
- Type: OIV.Inventor.GenericSbNativeArraySingle
- z_nod
- Type: OIV.Inventor.GenericSbNativeArraySingle
Remarks See Also