SoLDMTileVisitorIsCulled Method (SbBox3f, Single, Int32) |
TODO: doc with graph (default behavior graph)
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool IsCulled(
SbBox3f tileBox,
out float distToScreenCenter,
int cullbits
)
Public Function IsCulled (
tileBox As SbBox3f,
<OutAttribute> ByRef distToScreenCenter As Single,
cullbits As Integer
) As Boolean
public:
bool IsCulled(
SbBox3f tileBox,
[OutAttribute] float% distToScreenCenter,
int cullbits
)
member IsCulled :
tileBox : SbBox3f *
distToScreenCenter : float32 byref *
cullbits : int -> bool
Parameters
- tileBox
- Type: OIV.InventorSbBox3f
- distToScreenCenter
- Type: SystemSingle
- cullbits
- Type: SystemInt32
Return Value
Type:
Boolean
RemarksIs the tile culled. Takes effect only if SoVolumeRendering.m_viewCulling is true. Returns distance to screen center in screen coordinates if the tile is culled.
See Also