Hello,
In my PythonPart I'm trying to assign a layer to reinforcement created as mesh or sweep/extrude bars.
There is no problem with Breps/simple reabrs but only with those mentioned above.
Shortly:
- for sweep/extrude bars i use sth like:
placement.SetCommonProperties(reinf_prop)
where I have defined colour/layer etc. If I will check the console with:
print(placement.GetCommonProperties())
I get for eg.:
CommonProperties(
Color (11)
Layer (3864)...)
Which looks OK, but In Allplan model space, mesh or sweep/extrude bars (inside PythonPart) always gets Layer as Defaulf...
Have you tried to assign Layer to those entities? Is it possible?
Thank you in advance
Karol