SbViewVolumeGetMatrices Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
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