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