SoCameraGetViewVolume Method (Single, Single, Single, SbVec3f, SbRotation) |
Computes a view volume from the given parameters.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public abstract SbViewVolume GetViewVolume(
float aspectRatio,
float nearDist,
float farDist,
SbVec3f position,
SbRotation rotation
)
Public MustOverride Function GetViewVolume (
aspectRatio As Single,
nearDist As Single,
farDist As Single,
position As SbVec3f,
rotation As SbRotation
) As SbViewVolume
public:
virtual SbViewVolume GetViewVolume(
float aspectRatio,
float nearDist,
float farDist,
SbVec3f position,
SbRotation rotation
) abstract
abstract GetViewVolume :
aspectRatio : float32 *
nearDist : float32 *
farDist : float32 *
position : SbVec3f *
rotation : SbRotation -> SbViewVolume
Parameters
- aspectRatio
- Type: SystemSingle
- nearDist
- Type: SystemSingle
- farDist
- Type: SystemSingle
- position
- Type: OIV.InventorSbVec3f
- rotation
- Type: OIV.InventorSbRotation
Return Value
Type:
SbViewVolumeRemarks See Also