SoModelMatrixElementGetCombinedCullMatrix Method |
This method gets the model*cullMatrix combined matrix (which is cached by this element).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static SbMatrix GetCombinedCullMatrix(
SoState state
)
Public Shared Function GetCombinedCullMatrix (
state As SoState
) As SbMatrix
public:
static SbMatrix GetCombinedCullMatrix(
SoState^ state
)
static member GetCombinedCullMatrix :
state : SoState -> SbMatrix
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SbMatrixRemarks See Also