Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to change origin point in GridLinesVisual3D using HelixViewport3D HelixToolkit.WPF. i can't change origin point.

What I have tried:

XML
<helix:HelixViewport3D x:Name="viewPort3d" Visibility="Visible" ZoomExtentsWhenLoaded="true" ShowCoordinateSystem="True">
    <!--Remember to add light to the scene-->
    <helix:DefaultLights/>
    <helix:GridLinesVisual3D Width="20" Length="20" MinorDistance="1" 
    Thickness="0.05"/>
</helix:HelixViewport3D>
Posted
Updated 29-Jan-23 18:48pm

1 solution

HelixToolkit.WPF is a 3rd-party toolkit, not a standard part of WPF by Microsoft. The best place to ask questions about HelixToolkit.WPF is via their own support: Helix Toolkit · 3D for .NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900