PbMeshGetCoordinates Method |
Get the current coordinates of the nodes of this mesh.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetCoordinates(
out SbNativeArray<float> xnod,
out SbNativeArray<float> ynod,
out SbNativeArray<float> znod
)
Public Sub GetCoordinates (
<OutAttribute> ByRef xnod As SbNativeArray(Of Single),
<OutAttribute> ByRef ynod As SbNativeArray(Of Single),
<OutAttribute> ByRef znod As SbNativeArray(Of Single)
)
public:
void GetCoordinates(
[OutAttribute] SbNativeArray<float>^% xnod,
[OutAttribute] SbNativeArray<float>^% ynod,
[OutAttribute] SbNativeArray<float>^% znod
)
member GetCoordinates :
xnod : SbNativeArray<float32> byref *
ynod : SbNativeArray<float32> byref *
znod : SbNativeArray<float32> byref -> unit
Parameters
- xnod
- Type: OIV.Inventor.GenericSbNativeArraySingle
array of x coord
- ynod
- Type: OIV.Inventor.GenericSbNativeArraySingle
array of y coord
- znod
- Type: OIV.Inventor.GenericSbNativeArraySingle
array of z coord
Remarks See Also