Commit cd5301c3 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Orifice noyé: masquage du paramètre ZDV Fix #70

Showing with 2 additions and 0 deletions
+2 -0
......@@ -28,6 +28,8 @@ export class StructureOrificeSubmergedParams extends StructureParams {
this.addParamDefinition(this.S);
this.Cd = new ParamDefinition(this, "Cd", ParamDomainValue.POS_NULL, rCd);
this.addParamDefinition(this.Cd);
// hide params
this.ZDV.visible = false;
}
/**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment