SoLDMDataAccessGetData Method (Int32, SbBox3i32, SbLine) |
Calls GetData(resolution, subVolume0, line, (OIV.Inventor.Devices.SoBufferObject ^)nullptr).
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoLDMDataAccessDataInfoLine GetData(
int resolution,
SbBox3i32 subVolume0,
SbLine line
)
Public Function GetData (
resolution As Integer,
subVolume0 As SbBox3i32,
line As SbLine
) As SoLDMDataAccessDataInfoLine
public:
SoLDMDataAccessDataInfoLine GetData(
int resolution,
SbBox3i32 subVolume0,
SbLine line
)
member GetData :
resolution : int *
subVolume0 : SbBox3i32 *
line : SbLine -> SoLDMDataAccessDataInfoLine
Parameters
- resolution
- Type: SystemInt32
- subVolume0
- Type: OIV.InventorSbBox3i32
- line
- Type: OIV.InventorSbLine
Return Value
Type:
SoLDMDataAccessDataInfoLineRemarks See Also