SoLDMDataAccessGetData Method (Int32, SbBox3i32, SbPlane, SbNativeArray) |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: 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 SoLDMDataAccessDataInfoPlane GetData(
int resolution,
SbBox3i32 subVolume,
SbPlane plane,
SbNativeArray buffer
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetData (
resolution As Integer,
subVolume As SbBox3i32,
plane As SbPlane,
buffer As SbNativeArray
) As SoLDMDataAccessDataInfoPlane
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoLDMDataAccessDataInfoPlane GetData(
int resolution,
SbBox3i32 subVolume,
SbPlane plane,
SbNativeArray^ buffer
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetData :
resolution : int *
subVolume : SbBox3i32 *
plane : SbPlane *
buffer : SbNativeArray -> SoLDMDataAccessDataInfoPlane
Parameters
- resolution
- Type: SystemInt32
- subVolume
- Type: OIV.InventorSbBox3i32
- plane
- Type: OIV.InventorSbPlane
- buffer
- Type: OIV.InventorSbNativeArray
Return Value
Type:
SoLDMDataAccessDataInfoPlane
RemarksObsoletesince Open Inventor 8000
No longer used. Use getData(int, const SbBox3i32&, const SbPlane&, SoBufferObject*) instead.
See Also