johnnyontheweb
johnnyontheweb
Hello all, when editing pages with classic editor in Visual tab, on saving all the php code I have inserted in the document are commented. For example `` becomes ``...
Why in XbimRepresentationType.cs the Curve3D is not included? Is it not already supported? I have files from Revit using this to represent IfcBeam elements. For now, I'm handling it using...
Hello, I wrote a code that writes correctly IFC4 using XbimEssentials. I'm trying to use the same code for writing IFC2x3. #### Assemblies and versions affected: Xbim.Essentials 5.1.259.0 #### Steps...
Hi all, I'm writing regarding the attached file. In all other BIM viewer I see a beam, with XbimExplorer (and Xbim libraries in general) I see nothing. I get the...
Hi, I encountered a strange bug. I have this: ``` A=10 u=2 r1=A*e^(-u^2/2) r2=A*e^(-(u^2)/2) ``` and I get ``` r1=73.8905609893065 r2=1.35335283236613 ``` I'm not an expert, but I think there's...
Similarly to previous issues, I have this: `try-convert -w MySolution.sln -m "C:\Program Files\dotnet\sdk\6.0.402"` crashes with: ``` System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Impossibile trovare il...
### Prerequisites The issue tracker is used to report bugs and request new features, **NOT** to ask questions. Questions should be posted in [Discussions](https://github.com/IronLanguages/ironpython3/discussions/categories/q-a) or to the users mailing list...
- ConfuserEx Version: 1.6.0+447341964f - Target Framework: 4.7.1 - Operating System: Windows 10/11 In version 1.6.0 something changes with respect to visibility of public members: 1. confuserex does not warn...
Hello, first of all, my congrats for this project, I'm investigating its usage to see if it fits my purposes. Just a question on visualization: I see that no dimensions...
Hello, I'm trying to using CadCanvas control in a Winform app. During design, devEnv.exe is often terminated by this error: Cannot find method 'Void CADability.IPaintTo3D.PrepareIcon(System.Drawing.Bitmap)'. System.MissingMethodException stacktrace: in CADability.Forms.CadCanvas.Dispose(Boolean disposing)...