- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » How to increase the page size in OMEdit
How to increase the page size in OMEdit
How to increase the page size in OMEdit
I created a model. It is becoming quite big. I found out, that I can place components on the right and the
left of the page, but how can I increase the page size or decrease the size of the components on the page?
I want to have all of the components on the page. I use subcomponents already.
I talk here about the diagram view.
Best regards:
Uwe Fechner
Using OMEdit 1.8.1 on Ubuntu 10.10 32 bit.
Re: How to increase the page size in OMEdit
Hi,
Its not possible to increase or decrease the size of the canvas. Modelica does support it using the coordinate annotation,
Code:
annotation (Diagram(coordinateSystem(extent={{-100,-100}, {100,100}}));
but currently this is not implemented in OMEdit.
However, you can zoom-out a bit to get more space (but thats ofcourse not a very good solution).
Adeel.
- adeas
- 454 Posts
Re: How to increase the page size in OMEdit
Has this possibly been fixed?
If I change the extent attribute in the annotation of an element, I can make it look smaller, but the connections have then to be manually adapted, since the connections otherwise do not appear to be connected to the components. This seems be very time-consuming. Any alternative?
Re: How to increase the page size in OMEdit
If you have an elaborate model you can just increase the size of the canvas right instead of changing the size of the model components?
To change the size of the canvas:
This will expand the canvas and allow you to zoom and navigate around the Diagram
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » How to increase the page size in OMEdit