value lists
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-02-28 01:18 AM
2007-02-28
01:18 AM
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-02-28 01:29 AM
2007-02-28
01:29 AM
Yes. use VALLUES
VALUES "a" 0,1,1.25,1.5,2,5,custom
This adds a value list to the width of the object.
VALUES "a" 0,1,1.25,1.5,2,5,custom
This adds a value list to the width of the object.
bim author since 1994 | bim manager since 2018 | author of selfGDL.de | openGDL | skewed archicad user hall of fame | author of bim-all-doors.gsm
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-02-28 02:24 AM
2007-02-28
02:24 AM
ive got a basin part that has 4 types of basins
square, round, etc
ive predefined a series of sizes + a custom to override
if i toggle between basin types the size is automatically defaulting to custom which is set at the previous basin size
when if change basin i need to set a size in the selected basin value list
square, round, etc
ive predefined a series of sizes + a custom to override
if i toggle between basin types the size is automatically defaulting to custom which is set at the previous basin size
when if change basin i need to set a size in the selected basin value list
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-02-28 07:50 AM
2007-02-28
07:50 AM
damien wrote:In parameterscript :
ive got a basin part that has 4 types of basins
square, round, etc
ive predefined a series of sizes + a custom to override
if i toggle between basin types the size is automatically defaulting to custom which is set at the previous basin size
when if change basin i need to set a size in the selected basin value list
VALUES "basin" "t1","custom"
IF basin="t1" THEN
PARAMETERS a = 1.2 ! Set parameter A to 1.2
LOCK "a" ! Lock parameter A to be edit manually
ENDIF
IF basin="custom" THEN
! nothing needed here
ENDIF

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-02-28 02:46 PM
2007-02-28
02:46 PM
damien:
If all you want is for a particular option in the value list to be the default value, open the library part, in the main library part window set the value parameter to the preferred default, and then save the part.
David
If all you want is for a particular option in the value list to be the default value, open the library part, in the main library part window set the value parameter to the preferred default, and then save the part.
David
David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14