« वापस

How to move model elements automatically to the background layer?

कॉंबिनेशन व्यू फ्लॅट व्यू Tree दृश्य
थ्रेड्स [ पिछला | अगला ]
toggle
How to move model elements automatically to the background layer?
development tools adoxx
उत्तर
15/6/19 11:30 पूर्वाह्न
Hello,

As i want to edit the elements wihin a frame it would be very helpful that container/frame elements are automatically placed in the background layer.
Otherwise i will have to do that manualy.

Is it possible to place elements of a specified class always in the background layer?

Thank you for your help.

BR
Martin

(Version: ADOxx 1.5)

RE: How to move model elements automatically to the background layer?
उत्तर
18/3/20 5:06 अपराह्न as a reply to Martin Paczona.
To be more precise i want to perform the to background fuctionality (Layer -> to background) over ADOxscript
Is there really no way to do that?

Thank you.
अटॅचमेंट

अटॅचमेंट्स: background.jpg (४२.५k)

RE: How to move model elements automatically to the background layer?
उत्तर
11/2/21 9:27 पूर्वाह्न as a reply to Martin Paczona.
Dear Martin,

this can be achieved for all newly created elements by specifying the layer attribute in GRAPHREP with a negative value like this:

1CLASSATTRIBUTE <GraphRep>
2  VALUE "GRAPHREP layer:-1 sizing:asymmetrical ... "

Sincerely,
Vladimir Shekhovtsov

RE: How to move model elements automatically to the background layer?
graphrep layout toolkit
उत्तर
19/2/21 9:05 अपराह्न as a reply to Vladimir Shekhovtsov.
Thank you this is exactly what i needed.

Defining it  in the Development Tookit within the GRAPHREP the code looks following:
GRAPHREP layer:-1 sizing:asymmetrical

BR
Martin