PbIndexedMesh2DGetGeometry Method (SbNativeFloatArray, SbNativeFloatArray, SbNativeFloatArray, SbNativeInt32Array, 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[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetGeometry(
out SbNativeFloatArray x_nod,
out SbNativeFloatArray y_nod,
out SbNativeFloatArray z_nod,
out SbNativeInt32Array cell_index,
out SbNativeInt32Array cell_type
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetGeometry (
<OutAttribute> ByRef x_nod As SbNativeFloatArray,
<OutAttribute> ByRef y_nod As SbNativeFloatArray,
<OutAttribute> ByRef z_nod As SbNativeFloatArray,
<OutAttribute> ByRef cell_index As SbNativeInt32Array,
<OutAttribute> ByRef cell_type As SbNativeInt32Array
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetGeometry(
[OutAttribute] SbNativeFloatArray^% x_nod,
[OutAttribute] SbNativeFloatArray^% y_nod,
[OutAttribute] SbNativeFloatArray^% z_nod,
[OutAttribute] SbNativeInt32Array^% cell_index,
[OutAttribute] SbNativeInt32Array^% cell_type
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetGeometry :
x_nod : SbNativeFloatArray byref *
y_nod : SbNativeFloatArray byref *
z_nod : SbNativeFloatArray byref *
cell_index : SbNativeInt32Array byref *
cell_type : SbNativeInt32Array byref -> unit
Parameters
- x_nod
- Type: OIV.InventorSbNativeFloatArray
- y_nod
- Type: OIV.InventorSbNativeFloatArray
- z_nod
- Type: OIV.InventorSbNativeFloatArray
- cell_index
- Type: OIV.InventorSbNativeInt32Array
- cell_type
- Type: OIV.InventorSbNativeInt32Array
Remarks
See Also