PbMeshGetCoordinates Method (SbNativeFloatArray, SbNativeFloatArray, SbNativeFloatArray) |
Note: This API is now obsolete.
Get the current coordinates of the nodes of this mesh.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetCoordinates(
out SbNativeFloatArray xnod,
out SbNativeFloatArray ynod,
out SbNativeFloatArray znod
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetCoordinates (
<OutAttribute> ByRef xnod As SbNativeFloatArray,
<OutAttribute> ByRef ynod As SbNativeFloatArray,
<OutAttribute> ByRef znod As SbNativeFloatArray
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetCoordinates(
[OutAttribute] SbNativeFloatArray^% xnod,
[OutAttribute] SbNativeFloatArray^% ynod,
[OutAttribute] SbNativeFloatArray^% znod
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetCoordinates :
xnod : SbNativeFloatArray byref *
ynod : SbNativeFloatArray byref *
znod : SbNativeFloatArray byref -> unit
Parameters
- xnod
- Type: OIV.InventorSbNativeFloatArray
array of x coord
- ynod
- Type: OIV.InventorSbNativeFloatArray
array of y coord
- znod
- Type: OIV.InventorSbNativeFloatArray
array of z coord
Remarks
See Also