Sample Implementation of the OdDgGripPointsPE Interface for .dgn Files
Summary
ODA Product:
Drawings SDK
Sample Name:
ExDgnGripPoints
Categories:
C++ / Advanced / Working with .dgn files / Android, iOS, macOS, Linux, Windows, WinCE, WinRT
Location:
<INSTALL_DIR>/Dgn/Examples/ExDgnGripPoints
Note: <INSTALL_DIR> is a directory where
you unpacked the Drawings SDK archive.
Description
Sample implementation of the OdDgGripPointsPE interface for .dgn files.
Drawings SDK uses this interface for grip and snap points operations
(OdDgElement::getGripPoints, etc.). This implementation supports
a limited number of element types. Support for additional element types can be
added by the client.