OccamRazor
OccamRazor
### My version NUnit Console: 3.16 NUnit framework 3.13.3 Net framework: 4.8 ### Issue description I encounter a crash of my NUnit test agent problem that happens quite _intermittently_. The...
Similar to Buffer, I think VariableBuffer should also be able to take in BufferParameters as an argument. This is because I want to use one side buffering for VariableBuffer also....
I use the command line parameter ` --trace=Verbose`, and I found that Internal Trace file will be generated at my current directory. But is there a flexibility for me to...
Here's my Nunit3 console command: `nunit3-console.exe "%slnfile%" /config:Debug --skipnontestassemblies --out="%outputtext%"` And although %outputtext% is created, but there is no content in it ( despite that I do see some content...
Similar to [Buffer](https://nettopologysuite.github.io/NetTopologySuite/api/NetTopologySuite.Operation.Buffer.BufferOp.html#NetTopologySuite_Operation_Buffer_BufferOp_Buffer_NetTopologySuite_Geometries_Geometry_System_Double_NetTopologySuite_Operation_Buffer_BufferParameters_), I think VariableBuffer should also be able to take in BufferParameters as an argument. This is because I want to use one side buffering for VariableBuffer also....
Refer to the discussion [here](https://www.openepanet.org/Topic/35932/how-is-unit-headloss-defined-for-pump-and-valve). > - The EPANET API (aka. EPANET Toolkit, or the dll) reports all the links total head-loss or "head-gain" as total heads (i.e., with units...
Base on the [pointer here](https://github.com/xBimTeam/XbimEssentials/issues/184#issuecomment-400604107) in #184 , I have the following code that prints a list of points ( point cloud )to IFC , but it seems that the...
According to the [official documentation](https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/lexical/IfcBoxAlignment.htm), IfcBoxAlignment can take in only a selected values, in this case, an Enum representation is quite appropriate. But in xBIM IfcBoxAlignment takes in a string....
Here's the code: static void Main(string[] args) { var projectName = "Virtual Element Test"; var fileName = @"VEElement.ifc"; var credentials = new XbimEditorCredentials(); using (var model = IfcStore.Create(credentials, XbimSchemaVersion.Ifc4x1, XbimStoreType.InMemoryModel))...
I found your work impressive! And the [GeometryGymIFC](https://github.com/jmirtsch/GeometryGymIFC) C# API very user friendly, and very intuitive to use. In continuing your good work, I hope that you can add the...