Recent content by kiiu.rib

  1. K

    How to set edge color & width of a shape (read from STEP) before storing it as thumbnail

    Thank yo @natalia, finally... With your snippet I managed to get a running example also with pythonocc. The missing piece was actually the AIS_Shape thingy. I wasn't aware that I need an instance of AIS_Shape in order to change those properties... Ok, now with the knowlegde it makes of...
  2. K

    How to set edge color & width of a shape (read from STEP) before storing it as thumbnail

    Hello together, I am struggeling now since days. Doing research, reading, trying to find working code & understanding the found code. Thing is, I am complete new to OCCT (and also C++). I am using pythonocc. I can read STEP and also creating a thumbnail of it with help of pythonocc (with reset...
Top