View Issue Details

IDProjectCategoryView StatusLast Update
0001948NoesisGUIUnrealpublic2025-04-28 00:44
Reporterjakub.hubacek Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version3.0.9 
Target Version3.0 
Summary0001948: CombinedGeometry and GeometryGroup missing implementation
Description

Combined Geometry is not fully implemented.

XAML snippet bellow results in different outcome in MS Blend and in XAML Toy ( or in ue4)

<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"

d:DesignWidth="1280" d:DesignHeight="720">

<Grid x:Name="LayoutRoot">
<Border Background="#00D1C1">
<Border.Clip>

<CombinedGeometry GeometryCombineMode="Exclude">
<CombinedGeometry.Geometry1>
<RectangleGeometry RadiusX="6" RadiusY="6" Rect="0,0,350,83"/>
</CombinedGeometry.Geometry1>
<CombinedGeometry.Geometry2>
<EllipseGeometry RadiusX="10" RadiusY="10" Center="3,3"/>
</CombinedGeometry.Geometry2>
</CombinedGeometry>

</Border.Clip>
</Border>
</Grid>
</Grid>

Steps To Reproduce
  1. Take example for combined geometry from Microsoft documentation.
  2. Verify behaviour in MS Blend
  3. Import blend into UE4 / or put the code inside XAML Toy
  4. Observe it does not look same as in the MS Blend
Tagscombinedgeometry
Attached Files
unnamed.png (7,013 bytes)   
unnamed.png (7,013 bytes)   
unnamed (1).png (1,548 bytes)   
unnamed (1).png (1,548 bytes)   
PlatformAny

Relationships

related to 0001777 resolvedjsantos GeometryGroup doesn't work as expected 

Activities

jsantos

jsantos

2025-04-28 00:44

manager   ~0010539

GeometryGroup was fixed in 3.2.8

Issue History

Date Modified Username Field Change
2021-03-24 08:42 jakub.hubacek New Issue
2021-03-24 08:42 jakub.hubacek Status new => assigned
2021-03-24 08:42 jakub.hubacek Assigned To => hcpizzi
2021-03-24 08:42 jakub.hubacek Tag Attached: combinedgeometry
2021-03-24 08:42 jakub.hubacek File Added: unnamed.png
2021-03-24 08:42 jakub.hubacek File Added: unnamed (1).png
2021-03-24 13:58 jsantos Assigned To hcpizzi => sfernandez
2021-03-24 13:58 jsantos Target Version => 3.0
2021-03-24 13:58 jsantos Description Updated
2021-03-24 13:58 jsantos Steps to Reproduce Updated
2021-03-24 14:00 sfernandez Relationship added related to 0001777
2025-04-28 00:44 jsantos Note Added: 0010539