Skip to content

Commit

Permalink
Decrease viewpoint image size
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Sep 3, 2024
1 parent 26a7bd0 commit 202d7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private BcfViewpoint GetViewpointFromNavisworksViewpoint(Viewpoint viewpoint,
#else
var navisworksSnapshot = generateLargeViewpoints
? _doc.GenerateImage(ImageGenerationStyle.Scene, 1920, 1080, true)
: _doc.GenerateImage(ImageGenerationStyle.Scene, 600, 400, true);
: _doc.GenerateImage(ImageGenerationStyle.Scene, 300, 200, true);
#endif

using var imageStream = new MemoryStream();
Expand Down

0 comments on commit 202d7c0

Please sign in to comment.