maunv
maunv
I discover a bug in case: turn off then turn on IsViewCubeEdgeClicksEnabled property of HelixViewport3D. The ViewCubeVisual3D can't work right "Cube Edge Clicks". I'm using Helix Toolkit.WPF See my video...
I think we need a feature for the style of LinesVisual3D like this: 
Microsoft.Xna.Framework.Game.Window.Title does not set the correct title in it's constructor . See my code ``` internal class UnitCircle: Game { public UnitCircle() { this.Window.Title = "Unit Circle"; } } ```...
Should we remove obsolete members in V3 ?
RectangleSelection , The selected scan area is beyond the control's range of Helix Viewport3D Wpf, It takes over other control space. I have try HelixViewport3D.ClipToBounds = true. but it does...
I want to add some buttons (like the home button in the image below) in the ViewCube viewport of HelixViewport3D ( it is like the buttons of Revit/AutoCAD software). These...
 ref https://github.com/helix-toolkit/helix-toolkit/tree/develop/Source/Examples/WPF/ExampleBrowser/Workitems/Workitem10054
I'm trying to use the C# code behind to create a TranslateManipulator with cutting plane and rectangleVisual3D. But I see that, I can not set position for TranslateManipulator if I...
1. Cutting Plane not exactly When I init a CuttingPlaneGroup with a CubeVisual3D cutting by 2 plane 3D like Example. The planes cut the cube not exactly.  2. BillboardVisual3D,...
Helix-toolkit wpf has any Input control like a textbox in viewport3d like to be BillboardTexboxInput control ?. Standard textbox wpf is distorted when the user rotated camera in the viewport3d