We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38d5549 + 0752fdf commit 811097dCopy full SHA for 811097d
Lusas_Adapter/Convert/ToBHoM/Properties/ToMeshSettings1D.cs
@@ -59,7 +59,7 @@ public static MeshSettings1D ToMeshSettings1D(this IFAttribute lusasAttrbute)
59
else if (meshType == 1)
60
{
61
splitMethod = Split1D.Divisions;
62
- object[] ratios = lusasMeshLine.getValue("ratio");
+ object[] ratios = lusasMeshLine.getMeshDivisions(0);
63
value = ratios.Count();
64
if (value == 0)
65
value = 4;
0 commit comments