Skip to content

Message_ProgressIndicator not found #791

Open
@e3dEF

Description

@e3dEF

Hi,
I want to set a Message_ProgressIndicator in a BOPAlgo_Builder function using the current conda build, but I can't import the Progress Indicator. Can you help me please?

from OCC.Core.BOPAlgo import BOPAlgo_Builder,
from OCC.Core.Message import Message_ProgressIndicator <- not found
builder = BOPAlgo_Builder()
indicator = ???
builder.SetProgressIndicator(indicator) # 

void BOPAlgo_Options::SetProgressIndicator | ( | const Handle< Message_ProgressIndicator > & | theObj | )

https://www.opencascade.com/doc/occt-7.4.0/refman/html/class_b_o_p_algo___options.html#a68a5cdf32404e014c4ca70093f3f7359
https://www.opencascade.com/doc/occt-7.4.0/refman/html/class_message___progress_indicator.html

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions