We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
How can I Zoom Extents in Modelspace after I import data
The text was updated successfully, but these errors were encountered:
my code worked successed with
` CadDocument doc = new CadDocument();
VPort vport = doc.VPorts["*Active"]; if (vport != null) { vport.Center = new CSMath.XY(40404219.63209335, 3615454.9612060254); vport.ViewHeight = 1202.0730586005643; vport.ViewMode = ViewModeType.FrontClippingZ; vport.UseDefaultLighting = true; }`
but not success with CadDocument from a file
Sorry, something went wrong.
No branches or pull requests
Hi
How can I Zoom Extents in Modelspace after I import data
The text was updated successfully, but these errors were encountered: