Skip to content
Snippets Groups Projects
Commit 1721cdb8 authored by mathias.chouet's avatar mathias.chouet
Browse files

Cloisons: QA is not linkable

parent 874bbfa6
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ export class CloisonsParams extends ParallelStructureParams {
this.addParamDefinition(this.ZRMB);
this.ZRAM = new ParamDefinition(this, "ZRAM", ParamDomainValue.ANY, 0, ParamFamily.ELEVATIONS);
this.addParamDefinition(this.ZRAM);
this.QA = new ParamDefinition(this, "QA", ParamDomainValue.ANY, 0, ParamFamily.FLOWS);
this.QA = new ParamDefinition(this, "QA", ParamDomainValue.ANY, 0);
this.addParamDefinition(this.QA);
this.Z2.visible = false;
this.ZRAM.visible = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment