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

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
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoLDMDataAccessDataInfoLine GetData(
	int resolution,
	SbBox3i32 subVolume,
	SbLine line,
	SbNativeArray<byte> buffer
)

Parameters

resolution
Type: SystemInt32
subVolume
Type: OIV.InventorSbBox3i32
line
Type: OIV.InventorSbLine
buffer
Type: OIV.Inventor.GenericSbNativeArrayByte

Return Value

Type: SoLDMDataAccessDataInfoLine
Remarks

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

See Also