SoLDMWriterWriteSubVolume Method (SbBox3i32, SoBufferObject) |
Calls WriteSubVolume(subVolume, data, true, true).
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int WriteSubVolume(
SbBox3i32 subVolume,
SoBufferObject data
)
Public Function WriteSubVolume (
subVolume As SbBox3i32,
data As SoBufferObject
) As Integer
public:
int WriteSubVolume(
SbBox3i32 subVolume,
SoBufferObject^ data
)
member WriteSubVolume :
subVolume : SbBox3i32 *
data : SoBufferObject -> int
Parameters
- subVolume
- Type: OIV.InventorSbBox3i32
- data
- Type: OIV.Inventor.DevicesSoBufferObject
Return Value
Type:
Int32Remarks See Also