-
Hello, Current behavior when first opened by CAD software:Desired default view when first opened by CAD software:Grid:Also, is there an option to turn off the grid? Right now, the grid is always on. |
Beta Was this translation helpful? Give feedback.
Answered by
DomCR
Nov 19, 2024
Replies: 1 comment 2 replies
-
Hi @thaiguer, You have an option in the header, For the grid, you have to modify the Hope this helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
thaiguer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @thaiguer,
You have an option in the header,
CadHeader.ShowModelSpace
.For the grid, you have to modify the
VPort.ShowGrid
.Hope this helps!