SoLDMTileVisitorIsCulled Method (SbBox3f, Single) |
Calls IsCulled(tileBox, distToScreenCenter, 7).
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic bool IsCulled(
SbBox3f tileBox,
out float distToScreenCenter
)
Public Function IsCulled (
tileBox As SbBox3f,
<OutAttribute> ByRef distToScreenCenter As Single
) As Boolean
public:
bool IsCulled(
SbBox3f tileBox,
[OutAttribute] float% distToScreenCenter
)
member IsCulled :
tileBox : SbBox3f *
distToScreenCenter : float32 byref -> bool
Parameters
- tileBox
- Type: OIV.InventorSbBox3f
- distToScreenCenter
- Type: SystemSingle
Return Value
Type:
Boolean
Remarks
See Also