• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

custom properties and solid edge drop down menu

Roki Cuni

Guest
Hello everyone, my name is roki, I'm a designer.
during my working experiences I had the opportunity to work with different software, and also for passions I have always tried to discover more and more in-depth than any type of cad.
the software I know most thoroughly is solid edge, and I am here to put my experience at the service of anyone you need.

I am new in the forum, so I ask forgiveness if I had to jump a few steps before opening a new discussion.

I'll be there.
as already written above, despite my level of knowledge of solid edge is more than good, I pay a little regarding the configuration part of customizations etc (propseed etc.)
reading other discussions in the forum, I managed to create custom properties and also to insert in the propseed the values to put in the properties themselves, but there is one thing that does not return to me, that is, opening the menu "management property" I remember that there was the possibility to have a drop-down menu for the various custom properties, but despite I have configured everything, this drop-down menu does not appear, someone knows how to give me any indication?
I attach an image to explain myself better.
thank you in advance, greeting everyone.
 

Attachments

Hello everyone, my name is roki, I'm a designer.
during my working experiences I had the opportunity to work with different software, and also for passions I have always tried to discover more and more in-depth than any type of cad.
the software I know most thoroughly is solid edge, and I am here to put my experience at the service of anyone you need.

I am new in the forum, so I ask forgiveness if I had to jump a few steps before opening a new discussion.

I'll be there.
as already written above, despite my level of knowledge of solid edge is more than good, I pay a little regarding the configuration part of customizations etc (propseed etc.)
reading other discussions in the forum, I managed to create custom properties and also to insert in the propseed the values to put in the properties themselves, but there is one thing that does not return to me, that is, opening the menu "management property" I remember that there was the possibility to have a drop-down menu for the various custom properties, but despite I have configured everything, this drop-down menu does not appear, someone knows how to give me any indication?
I attach an image to explain myself better.
thank you in advance, greeting everyone.
You must correctly popularize the propseed.txt, in the first part you must declare the propieta' to be used, in the second part the fields assigned to each of these propieta'.

attentive to the errors of syntax of course.

example:

Custom Properties section

\\ to define custom properties, use the following format
\\ defines name;type;
\\\ the string "define" must always precede the name of the custom property.
\\ name matches the name of the custom property and can be any
\\ string characters.
\\ type corresponds to: text, date, number, yes or no.
\\ the delimiter is the point and comma.

\\ define custom properties
begin define custom
defined materialists;text;
defines material in English;text;
defines name in English;text;
defines rough size;text;
defines heat treatment;text;
defines surface treatment;text;
define acronym;text;
defines date of realization;text;
defines estimate; number;
define wear; number;
end define custom

\\ contents of the materialistic list
begin materialistic
by commercial;
s235jr uni-en 10025;
s275jr uni-en 10025;
s355jr uni-en 10025;
c40e uni-en 10083;
c45e uni-en 10083;
p-almg0.5si0.4fe - uni 9006/1;
pcuzn40pb2 uni 5706;
gcusn12 uni 7013;
default=;
end materialistic
etc.
etc.
etc.
 
I checked the syntax inside the propseed and I actually missed something.
I have corrected and now everything works, thank you.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top