SbViewVolumeGetMatrices Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public float GetMatrices(
out SbMatrix affine,
out SbMatrix proj
)
Public Function GetMatrices (
<OutAttribute> ByRef affine As SbMatrix,
<OutAttribute> ByRef proj As SbMatrix
) As Single
public:
float GetMatrices(
[OutAttribute] SbMatrix% affine,
[OutAttribute] SbMatrix% proj
)
member GetMatrices :
affine : SbMatrix byref *
proj : SbMatrix byref -> float32
Parameters
- affine
- Type: OIV.InventorSbMatrix
- proj
- Type: OIV.InventorSbMatrix
Return Value
Type:
SingleSee Also