Design better. Model with ease.
Win more work with SketchUp.
New Graphic Engine
Desktop
More modern infrastructure
Experience substantial upticks in re-draw and model load speed when you orbit, zoom and pan*
Flexible
Option to toggle the new engine off or on based on your hardware and system
Ambient Occlusion
A new style setting that adds visual emphasis to corners and edges, increasing perceived depth and realism within the SketchUp interface.
Available on SketchUp for Desktop and iPad Style visible in Lay Out and on 3DWH
Trimble Connect Integration
Native integration within Desktop
vs. Extension
Design freely across platforms
Access your cloud-saved files almost instantly on Desktop, Web, and iPad.
Stay on top of changes
“Save” preserves progress and sends an update to the file’s version history in Trimble Connect.
Link Sharing
Generate view-only shareable models to distribute to colleagues and clients.
Communicate with ease
Share your projects without the recipient needing to install software.
Native toolbar icons
Easily access the Share dialog and see your file status.
Now available on Desktop
Matching the capabilities on iPad and Web.
IFC4 Updates
Improvements to IFC import and export boost SketchUp’s effectiveness in advanced BIM workflows. Benefit from enhanced mapping to IFC class attributes, and maintain data-rich models for improved project performance and BIM exports.
Ground Mesh
Scan Essentials
Auto-terrain detection
Scan Essentials automatically detects terrain to deliver precise meshes.
Add greater detail
Increase the resolution of the selected faces from an existing Ground Mesh.
Turn mesh to solid
With Make Solid option, turn a horizontal Ground Mesh into a SketchUp solid group.
Our Subscription Offerings
SketchUp Pro2024
Create professional work
Everything in Pro 2024:
- Desktop, iPad, and web-based 3D modelers
- 2D design documentation
- Quick insights for design research
- Access to plugins for extending SketchUp for Desktop functionality
SketchUp Studio2024
For advanced workflows
Everything in Studio 2024
- Revit-to-SketchUp importer
- Model on point clouds in 3D and document in 2D
- Create real-time visualizations and photorealistic images
- Export fully rendered animations and 360° panoramas
Talk to Us
Phone
Schedule
8:00am - 5:00pm, Monday - Friday
/*
Copy this code on section to modify colors of icons, submit button, hovers
depends on the webpage theme.
Note: Keep visibility disabled, Do not Edit this
*/
/*Contact Content Icons & Text*/
.contact-iconbox .elementor-icon {
color: pink;
fill: pink;
}
.contact-iconbox .elementor-icon:hover{
color: violet;
fill:violet ;
}
.contact-iconbox p a, .contact-iconbox p{
color: pink !important;
}
.contact-iconbox p a:hover, .contact-iconbox p:hover{
color: violet !important;
}
/*Contact Form*/
.contact-form .elementor-widget-container{
background:red !important;
}
.contact-form label{
color: blue;
}
.contact-form .wpforms-submit-container button{
border-color: pink !important;
background: pink !important;
}
.contact-form .wpforms-submit-container button:hover{
background: violet !important;
border-color: violet !important;
}