Skip to content

Class OSD_ThreadPool excluded from wrapper #1479

@ChristianHesse

Description

@ChristianHesse

I would like to control the number of used threads, e.g. for the parallel mode of boolean operations using the following code:

from OCC.Core.OSD import OSD_ThreadPool

pool = OSD_ThreadPool.DefaultPool_s()
pool.Init(4)

However, I get the following error: OCC.Core.Exception.ClassNotWrappedError: OSD_ThreadPool not wrapped

It seems, the class was excluded from the wrapper. Is there any particular reason for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions