SbBox3dOutside Method (SbMatrixd, Int32) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public bool Outside(
ref SbMatrixd MVP,
ref int cullBits
)
Public Function Outside (
ByRef MVP As SbMatrixd,
ByRef cullBits As Integer
) As Boolean
public:
bool Outside(
SbMatrixd% MVP,
int% cullBits
)
member Outside :
MVP : SbMatrixd byref *
cullBits : int byref -> bool
Parameters
- MVP
- Type: OIV.InventorSbMatrixd
- cullBits
- Type: SystemInt32
Return Value
Type:
BooleanSee Also