PbIndexedMesh2DGetNodes Method (SbNativeFloatArray, SbNativeFloatArray) |
Note: This API is now obsolete.
Gets the mesh nodes coordinates (only x,y coordinates) .
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 GetNodes(
out SbNativeFloatArray x_nod,
out SbNativeFloatArray y_nod
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetNodes (
<OutAttribute> ByRef x_nod As SbNativeFloatArray,
<OutAttribute> ByRef y_nod As SbNativeFloatArray
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetNodes(
[OutAttribute] SbNativeFloatArray^% x_nod,
[OutAttribute] SbNativeFloatArray^% y_nod
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetNodes :
x_nod : SbNativeFloatArray byref *
y_nod : SbNativeFloatArray byref -> unit
Parameters
- x_nod
- Type: OIV.InventorSbNativeFloatArray
- y_nod
- Type: OIV.InventorSbNativeFloatArray
Remarks
See Also