SbViewVolumeNarrow Method (SbBox3f) |
Narrows a view volume by the given box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public 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