Axel MINET

Results 8 issues of Axel MINET

Hello, I have a problem with validations. The validation border is still present after performing the validation of the property. I work with WPF I create a course list (with...

needs triage :mag:
mvvm-toolkit :toolbox:

I'm using the GeometryPrecisionReducer to adjust the precision of a geometry. This works but the precision model of the output geometry is not changed although this is explicitly enabled with...

bug
upstream-reported

Hello, I am having a problem using the Difference function. Here is a code snippet to show the different results: ```c# var precisionModel = new PrecisionModel(PrecisionModels.Floating); var ntsGeometryServices = new...

Good morning, I would like to obtain information on how precision works. Model precision set to 1e9: ```c# private const double _eps = 1.0e9; var precisionModel = new PrecisionModel(_eps); precisionModel.MakePrecise(0d);...

Hello, I'm having a problem, I have 2 addins that use RevitTask when I do ```c# RevitTask.Initialize(application); ``` Addin 1 Application : ```c# using Autodesk.Revit.DB; using Autodesk.Revit.UI; using Revit.Async; using...

Good morning, I have Xceed.Wpf.Toolkit dll as a reference in my visual studio project, but when I build the dll is not merged, I looked with dotPeek, do you know...

I'm using Custom UI WPF. I am trying to carry out a repair, for this I first install the program, then I delete the installed folders, I restart the msi,...

discussion

Hello, Your framework looks great, but I'm stuck on how to implement an external event asynchronously. Could you provide an example please. Another question is it possible to pass parameters...