SbProjectorSetViewVolume Method |
Set the view volume to use for the projection.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetViewVolume(
SbViewVolume vol
)
Public Sub SetViewVolume (
vol As SbViewVolume
)
public:
void SetViewVolume(
SbViewVolume vol
)
member SetViewVolume :
vol : SbViewVolume -> unit
Parameters
- vol
- Type: OIV.InventorSbViewVolume
RemarksThis is typically supplied from SoCamera.getViewVolume().
See Also