| SoLDMDataAccessGetData Method (SoLDMDataAccessDataInfoPolyLine, Int32, SbBox3i32, SbVec3i32, SbNativeArray) |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetData(
SoLDMDataAccessDataInfoPolyLine infoPolyline,
int resolution,
SbBox3i32 subVolume,
SbVec3i32[] polyline,
SbNativeArray buffer
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetData (
infoPolyline As SoLDMDataAccessDataInfoPolyLine,
resolution As Integer,
subVolume As SbBox3i32,
polyline As SbVec3i32(),
buffer As SbNativeArray
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetData(
SoLDMDataAccessDataInfoPolyLine^ infoPolyline,
int resolution,
SbBox3i32 subVolume,
array<SbVec3i32>^ polyline,
SbNativeArray^ buffer
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetData :
infoPolyline : SoLDMDataAccessDataInfoPolyLine *
resolution : int *
subVolume : SbBox3i32 *
polyline : SbVec3i32[] *
buffer : SbNativeArray -> unit
Parameters
- infoPolyline
- Type: OIV.LDMSoLDMDataAccessDataInfoPolyLine
- resolution
- Type: SystemInt32
- subVolume
- Type: OIV.InventorSbBox3i32
- polyline
- Type: OIV.InventorSbVec3i32
- buffer
- Type: OIV.InventorSbNativeArray
RemarksObsoletesince Open Inventor 8000
No longer used. Use getData(int, const SbBox3i32&, const SbVec2i32, SoBufferObject* ) instead.
See Also