Click or drag to resize
SoLDMDataAccessRequestData Method (Int32, SbBox3i32, SbPlane, SbNativeArray)

Note: This API is now obsolete.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public int RequestData(
	int resolution,
	SbBox3i32 subVolume,
	SbPlane plane,
	SbNativeArray buffer
)

Parameters

resolution
Type: SystemInt32
subVolume
Type: OIV.InventorSbBox3i32
plane
Type: OIV.InventorSbPlane
buffer
Type: OIV.InventorSbNativeArray

Return Value

Type: Int32
Remarks

Obsoletesince Open Inventor 8000 No longer used. Use requestData(int, const SbBox3i32&, const SbPlane&, SoBufferObject*) instead.

See Also