Click or drag to resize
SoTextureCubeMapEnabledElementIsDisabledForShapeCache Method

Return if that texture unit is not used by any shape, so we don't have to invalidate cache when this texture is enable/disable/modified.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool IsDisabledForShapeCache(
	SoState state,
	int unit
)

Parameters

state
Type: OIV.Inventor.MiscSoState
unit
Type: SystemInt32

Return Value

Type: Boolean
Remarks