SoVRGenericFileReaderSetDataChar Method (SbBox3f, SoDataSetDataTypes, SbVec3s) |
Note: This API is now obsolete.
Calls SetDataChar(size, type, dim, System.Int32(0)).
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetDataChar(
SbBox3f size,
out SoDataSetDataTypes type,
SbVec3s dim
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetDataChar (
size As SbBox3f,
<OutAttribute> ByRef type As SoDataSetDataTypes,
dim As SbVec3s
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetDataChar(
SbBox3f size,
[OutAttribute] SoDataSetDataTypes% type,
SbVec3s dim
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetDataChar :
size : SbBox3f *
type : SoDataSetDataTypes byref *
dim : SbVec3s -> unit
Parameters
- size
- Type: OIV.InventorSbBox3f
- type
- Type: OIV.LDM.NodesSoDataSetDataTypes
- dim
- Type: OIV.InventorSbVec3s
Remarks
See Also