Book a Demo

Author Topic: Default element size  (Read 10535 times)

cornelian

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Default element size
« on: July 08, 2018, 08:53:26 pm »
How can i set default element size( used with Alt-Z) ?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Default element size
« Reply #1 on: July 09, 2018, 01:05:11 am »
Haven't tried, but a template package comes to mind.

q.

Nizam

  • Prolab Moderator
  • EA User
  • *
  • Posts: 320
  • Karma: +15/-2
  • Model Sharing - Simplified
    • View Profile
    • Professional Model Collaboration
Re: Default element size
« Reply #2 on: July 09, 2018, 08:18:32 am »
How can i set default element size( used with Alt-Z) ?

Template package helps  to influence the size.

However, you are saying the 'Alt + z' is not working or you aren't able to find it?

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Default element size
« Reply #3 on: July 09, 2018, 11:19:58 am »
No, I believe that Cornelian is saying that Ctrl+Z puts elements at their default size, but where does the user define what the default size is?

I am willing to stand corrected, but I think the default size in EA 'out-of-the-box' is system-defined, and the user cannot define it. However, the default size is generally the smallest 'empty' size, and the system automatically enlarges the element to give the best fit for its contents as it gains features and properties. The user can drag the borders to make the element larger and - if they have done that - smaller again.

If you are a technology developer, you can define default size as the system setting for your own elements in their shape scripts, using the defsize (width, height) method.
Best Regards, Roy

Nizam

  • Prolab Moderator
  • EA User
  • *
  • Posts: 320
  • Karma: +15/-2
  • Model Sharing - Simplified
    • View Profile
    • Professional Model Collaboration
Re: Default element size
« Reply #4 on: July 09, 2018, 11:38:06 am »
No, I believe that Cornelian is saying that Ctrl+Z puts elements at their default size, but where does the user define what the default size is?

Ah!, makes sense, however Alt+Z is the best size (rather than default size), I think its case by case basis (depending on whats displayed). and its best handled by the system.

Setting a default size for an element is either a Template package (relatively easy) or Shapescript.

Graham_Moir

  • EA User
  • **
  • Posts: 749
  • Karma: +10/-15
    • View Profile
Re: Default element size
« Reply #5 on: July 09, 2018, 06:51:13 pm »

A template package is a good approach, but attributes defined there will only affect an element at the time it is created. 

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Default element size
« Reply #6 on: July 10, 2018, 09:52:48 am »
Cornelian asked what might appear to be a simple and specific question, but our responses demonstrate that there are a few variations on the theme. Have any of the responses helped you, Cornelian? What (type of) elements did you want to set the 'default size' for?
Best Regards, Roy

wzr

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Re: Default element size
« Reply #7 on: May 31, 2021, 09:07:22 pm »
Hello,
can anyone tell me how to set the size for elements in the template package?
The template package works fine for me for colors, tags and some other stuff but the size of the elements is ignored.

Im trying to define the size the same way like for colors: in the only diagram in my template package -> just changing the size graphically.
Is there another possibility to set the size? Or maybe the size is overwritten by another preference?

Thank you!