Click or drag to resize
SoLDMWriterInitialize Method (String, SbBox3f, SbVec3i32, SoDataSetDataTypes, SoConverterParameters)

Initializes the writer to build a volume filename with the specified dimensions, size and data type.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int Initialize(
	string filename,
	SbBox3f size,
	SbVec3i32 dimension,
	SoDataSetDataTypes dataType,
	SoConverterParameters parameters
)

Parameters

filename
Type: SystemString
size
Type: OIV.InventorSbBox3f
dimension
Type: OIV.InventorSbVec3i32
dataType
Type: OIV.LDM.NodesSoDataSetDataTypes
parameters
Type: OIV.LDM.ConvertersSoConverterParameters

Return Value

Type: Int32
Remarks

Other parameters (e.g. tile size) and converter options can be specified using OIV.LDM.Converters.SoConverterParameters. Result code is defined by the enum OIV.LDM.Converters.SoConverter.ConverterErrors.

See Also