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