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

Note: This API is now obsolete.

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: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public int Initialize(
	string filename,
	SbBox3f size,
	SbVec3i32 dimension,
	SoDataSetDataTypes dataType,
	int argc,
	string[] argv
)

Parameters

filename
Type: SystemString
size
Type: OIV.InventorSbBox3f
dimension
Type: OIV.InventorSbVec3i32
dataType
Type: OIV.LDM.NodesSoDataSetDataTypes
argc
Type: SystemInt32
argv
Type: SystemString

Return Value

Type: Int32
Remarks

Other parameters (e.g. tile size) and converter options (e.g. "-q" to suppress output) can be specified using argc and argv . See SoConverter.convert for a list of command line arguments. Result code is defined by the enum SoConverter.ConverterError.Obsoletesince Open Inventor 9000 Use equivalent method that take SoConverterParameters as parameter.

See Also