SbViewVolumeZNarrow Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public SbViewVolume ZNarrow(
float nearPlane,
float farPlane
)
Public Function ZNarrow (
nearPlane As Single,
farPlane As Single
) As SbViewVolume
public:
SbViewVolume ZNarrow(
float nearPlane,
float farPlane
)
member ZNarrow :
nearPlane : float32 *
farPlane : float32 -> SbViewVolume
Parameters
- nearPlane
- Type: SystemSingle
- farPlane
- Type: SystemSingle
Return Value
Type:
SbViewVolumeSee Also