0
Cutting of LinesVisual3D doesn't word
LinesVisual3D doesn't properly cat by cutting plane. In my example code:
<ht:CuttingPlaneGroup x:Name="CuttingGroup" IsEnabled="True">
<ht:CuttingPlaneGroup.CuttingPlanes>
<ht:Plane3D Normal="0,0,1" Position="0,0,0"/>
</ht:CuttingPlaneGroup.CuttingPlanes>
<ht:CubeVisual3D Center="4,4,2" SideLength="8"/>
<ht:LinesVisual3D Points="0,0,-10,0,0,22" Thickness="3" ></ht:LinesVisual3D>
</ht:CuttingPlaneGroup>
When cuttingPlaneGroup is disabled it looks good:
When cuttingPlaneGroup is enabled, line is one-side-visible and has wrong size and direction:
Customer support service by UserEcho