SoGLObjectCache Constructor (SoGLDisplayListTypes, Boolean) |
Calls SoGLObjectCache(type, sharable, 1).
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoGLObjectCache(
SoGLDisplayListTypes type,
bool sharable
)
Public Sub New (
type As SoGLDisplayListTypes,
sharable As Boolean
)
public:
SoGLObjectCache(
SoGLDisplayListTypes type,
bool sharable
)
new :
type : SoGLDisplayListTypes *
sharable : bool -> SoGLObjectCache
Parameters
- type
- Type: OIV.Inventor.OglObjectsSoGLDisplayListTypes
- sharable
- Type: SystemBoolean
Remarks
See Also