PbRegularCartesianGrid2DGetGeometry Method (Int32, Int32, Single, Single, Single, Single, SbNativeFloatArray) |
Note: This API is now obsolete.
Gets the mesh 3D geometry.
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 int num_x,
out int num_y,
out float x_min,
out float y_min,
out float x_max,
out float y_max,
out SbNativeFloatArray z
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetGeometry (
<OutAttribute> ByRef num_x As Integer,
<OutAttribute> ByRef num_y As Integer,
<OutAttribute> ByRef x_min As Single,
<OutAttribute> ByRef y_min As Single,
<OutAttribute> ByRef x_max As Single,
<OutAttribute> ByRef y_max As Single,
<OutAttribute> ByRef z As SbNativeFloatArray
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetGeometry(
[OutAttribute] int% num_x,
[OutAttribute] int% num_y,
[OutAttribute] float% x_min,
[OutAttribute] float% y_min,
[OutAttribute] float% x_max,
[OutAttribute] float% y_max,
[OutAttribute] SbNativeFloatArray^% z
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetGeometry :
num_x : int byref *
num_y : int byref *
x_min : float32 byref *
y_min : float32 byref *
x_max : float32 byref *
y_max : float32 byref *
z : SbNativeFloatArray byref -> unit
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- x_min
- Type: SystemSingle
- y_min
- Type: SystemSingle
- x_max
- Type: SystemSingle
- y_max
- Type: SystemSingle
- z
- Type: OIV.InventorSbNativeFloatArray
RemarksAttention! For a 2D mesh, z is NULL.
See Also