SoLDMWriterWriteTile Method (SbVec3i32, SoBufferObject, Int32) |
Writes the tile which includes location in data coordinates, at the specified resolution level, into the LDM file.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int WriteTile(
SbVec3i32 location,
SoBufferObject data,
int resolution
)
Public Function WriteTile (
location As SbVec3i32,
data As SoBufferObject,
resolution As Integer
) As Integer
public:
int WriteTile(
SbVec3i32 location,
SoBufferObject^ data,
int resolution
)
member WriteTile :
location : SbVec3i32 *
data : SoBufferObject *
resolution : int -> int
Parameters
- location
- Type: OIV.InventorSbVec3i32
- data
- Type: OIV.Inventor.DevicesSoBufferObject
- resolution
- Type: SystemInt32
Return Value
Type:
Int32Remarks See Also