User`s guide
10 Functions — Alphabetical List
10-60
Preference Description
DataTypeBool Specifies the handling of the VRML Bool data
type for vrnode/setfield and vrnode/
getfield. Valid values are 'logical' and
'char'. If set to 'logical', the VRML Bool
data type is returned as a logical value. If set to
'char', the Bool data type is returned 'on' or
'off'. Default is 'logical'.
DataTypeInt32 Specifies handling of the VRML Int32 data
type for vrnode/setfield and vrnode/
getfield. Valid values are 'int32' and
'double'. If set to 'int32', the VRML
Int32 data type is returned as int32. If set to
'double', the Int32 data type is returned as
'double'. Default is 'double'.
DataTypeFloat Specifies the handling of the VRML float
data type for vrnode/setfield and vrnode/
getfield. Valid values are 'single' and
'double'. If set to 'single', the VRML
Float and Color data types are returned as
'single'. If set to 'double', the Float and
Color data types are returned as 'double'.
Default is 'double'.