2D DGN’s are a bit problematic and actually not supported directly by Forge, but after some research, and with the help from our engineers in the Automation team, I have found a couple of workarounds
Forge Fund Welcomes ManufactOn
The Forge Fund welcomes its newest member of the family, ManufactO n. To meet growing demand and improve profitability and productivity, the construction industry continues to transform by increasing
Custom Window Selection in the Forge Viewer - Part I
Follow @F3lipek A feature that has been asked by several developers about the Forge Viewer is the ability to perform window selection from the UI, that is defining a 2D rectangle on the screen and
Know-how: Complex component transformations in Viewer - Part 2 (Hierarchical Transformations)
In previous part this series, we discussed about basics of component transformations using three.js, while in this part we will see how the presented approach can be applied to a more complex hierarchical transformations and even add some interaction.
Know-How: Complex component transformations in Viewer - Part 1 (Basics)
Complex component transformations, like rotation of one component around another one, are usually accompanied by frustration with translation/rotation matrices, matrix inverses, quaternions and other fun stuff that rapidly gets out of hand. In this article I will start presenting the basics of a relatively simple approach that will allow you to make you models even more appealing, by embedding small animations or functionality illustrations.
Expanding .NET desktop apps into the cloud – Sample code
Sample desktop app that Authenticates (via OAuth), uses Data Management and Viewer
Viewer Release Notes: v3.1.1
CHANGED A) Semantic Versioning Starting now, current and future versions of the Viewer will be following the Semantic Versioning ( http://semver.org/) convention. B) Breaking Changes method before
Expanding .NET desktop apps into the cloud – OAuth
This article will explain how to implement the OAuth workflow on a desktop app.
Selection override
When clicking on objects in the Viewer, always the leaf node will be selected. In many models the components will have a child called " Body", or " Solid", etc, and often those are not the objects
Expanding .NET desktop apps into the cloud – Security
Moving your desktop application to the hybrid environment (cloud connected) allow access to the power of cloud webservices and present some interesting challenges. This article targets this migration, or should I say, expansion.