pythonocc-core icon indicating copy to clipboard operation
pythonocc-core copied to clipboard

load iges file

Open six-andseven opened this issue 2 years ago • 0 comments

When the loaded model is large, such as more than 10M, the display is slow, taking three minutes. The following code: shapes = read_iges_file(file_name) ais_shapes = AIS_Shape(shapes) self.context.Display(ais_shapes,True)

six-andseven avatar Aug 03 '22 07:08 six-andseven