Click or drag to resize
SoLDMDataAccessGetData Method (Int32, SbBox3i32, SbPlane, SbNativeArrayByte)

Note: This API is now obsolete.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 8000. No longer used. Use getData(int, const SbBox3i32&, const SbPlane&, SoBufferObject*) instead.")]
public SoLDMDataAccessDataInfoPlane GetData(
	int resolution,
	SbBox3i32 subVolume,
	SbPlane plane,
	SbNativeArray<byte> buffer
)

Parameters

resolution
Type: SystemInt32
subVolume
Type: OIV.InventorSbBox3i32
plane
Type: OIV.InventorSbPlane
buffer
Type: OIV.Inventor.GenericSbNativeArrayByte

Return Value

Type: SoLDMDataAccessDataInfoPlane
Remarks

Caution note Caution

Obsolete since Open Inventor 8000. No longer used. Use OIV.LDM.SoLDMDataAccess.GetData(System.Int32, OIV.Inventor.SbBox3i32, OIV.Inventor.SbPlane, OIV.Inventor.Devices.SoBufferObject) instead.

See Also