Hello!
I am trying to use the UniformlyDistLoad Constructor UniformlyDistLoad Constructor
But I am unable to import it and I am not sure why
code below
using Karamba.Loads;
var test = new UniformlyDistLoad ();
Error below
1. Error (CS0246): The type or namespace name 'UniformlyDistLoad' could not be found (are you missing a using directive or an assembly reference?) (line 174)
Ultimately I want to build a Uniformly distributed load for a beam, otherwise is this possible through the Karambacommon. toolkit?
Any suggestions would be greatly helpful! @ Clemens Preisinger
Thanks !!