SbViewVolumeNarrow Method (SbBox3f) |
Narrows a view volume by the given box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntaxpublic SbViewVolume Narrow(
ref SbBox3f box
)
Public Function Narrow (
ByRef box As SbBox3f
) As SbViewVolume
public:
SbViewVolume Narrow(
SbBox3f% box
)
member Narrow :
box : SbBox3f byref -> SbViewVolume
Parameters
- box
- Type: OIV.InventorSbBox3f
Box used to narrow the volume.
Return Value
Type:
SbViewVolumeNarrowed view volume.
Remarks
The box must lie inside the unit cube,
and the view will be shrunk according to the size of the box.
See Also