cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Libraries & objects
Find the perfect object, manage libraries, create custom objects

Scale sensitive objects 2D symbol

Anonymous
Not applicable
Does anyone can help me with this:

How can I create scale sensitive option in a object ? A WC with cistern for example with different 2D symbol in 1:250 , 1:100 and 1:20 ...
1 REPLY 1
Jochen Suehlo
Moderator
IF GLOB_SCALE=250 THEN
.... do something ...
ENDIF

IF GLOB_SCALE=100 THEN
.... do something ...
ENDIF

IF GLOB_SCALE=20 THEN
.... do something ...
ENDIF

(Old symbol: A_ --> IF A_=250 THEN ..)
Jochen Suehlo . AC12-29 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de