Click or drag to resize
SoLDMDataAccess.GetData Method (Int32, SbBox3i32, SbPlane, SbNativeArray<Byte>)

Note: This API is now obsolete.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("No longer used. Use OIV.LDM.SoLDMDataAccess.GetData(System.Int32, OIV.Inventor.SbBox3i32, OIV.Inventor.SbPlane, OIV.Inventor.Devices.SoBufferObject);, const SbPlane&amp;, SoBufferObject*) instead.")]
public SoLDMDataAccess. DataInfoPlane GetData(
	int resolution,
	SbBox3i32 subVolume,
	SbPlane plane,
	SbNativeArray<byte> buffer
)

Parameters

resolution
Type: System.Int32
subVolume
Type: OIV.Inventor.SbBox3i32
plane
Type: OIV.Inventor.SbPlane
buffer
Type: OIV.Inventor.Generic.SbNativeArray<Byte>

Return Value

Type: SoLDMDataAccess.DataInfoPlane
Remarks

Obsoletesince 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