SoLDMReader.GetDataChar Method |
Gets the characteristics (file header) of the data volume.
size is the size of the actual volume. type is the type of the data.
dim is the dimension of the data.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic override SoVolumeReader. ReadErrors GetDataChar(
out SbBox3f size,
out SoDataSet. DataTypes type,
out SbVec3i32 dim
)
Public Overrides Function GetDataChar (
<OutAttribute> ByRef size As SbBox3f,
<OutAttribute> ByRef type As SoDataSet.DataTypes,
<OutAttribute> ByRef dim As SbVec3i32
) As SoVolumeReader.ReadErrors
public:
virtual SoVolumeReader. ReadErrors GetDataChar(
[OutAttribute] SbBox3f% size,
[OutAttribute] SoDataSet. DataTypes% type,
[OutAttribute] SbVec3i32% dim
) override
abstract GetDataChar :
size : SbBox3f byref *
type : SoDataSet. DataTypes byref *
dim : SbVec3i32 byref -> SoVolumeReader. ReadErrors
override GetDataChar :
size : SbBox3f byref *
type : SoDataSet. DataTypes byref *
dim : SbVec3i32 byref -> SoVolumeReader. ReadErrors
Parameters
- size
- Type: OIV.Inventor.SbBox3f
- type
- Type: OIV.LDM.Nodes.SoDataSet.DataTypes
- dim
- Type: OIV.Inventor.SbVec3i32
Return Value
Type:
SoVolumeReader.ReadErrors
See Also