Block parameter including a dropdown list

Dear All,

I wish I could create a block parameter including a dropdown list.

I have edited a block and created a design table in the parameters panel Called Material.

I wish I could define the expression like {“A”,”B”,”C”} to get a drop down menu in the value field to select a single value A, B or C for the Material Parameter

Point 1 : The syntaxe of the expression seems not to be correct because I can’t get a single value in the dropdown value field (in the parameters panel)

Point 2 : The exposed field is set to On but I can’t see it the properties panel after saving and inserting my block in my drawing

TY for your help

Comments

  • Post your dwg so can look at block.

  • You could use custom properties defined within the block. Custom properties allow for selection lists (sort of drop down menu). The custom properties will be visible in the properties panel where you can then select the material and can be included in a BOM table.

    This assuming your version of BricsCAD has custom properties available.