This documentation describes ODA Drawings SDK version 2023.12.
For more details on Drawings new features, significant changes and fixed issues, refer to the Release Notes.
If you are not already logged in to the member area of the ODA website, you will need to log in and then go to the link.
ModelerGeometry.tx
for the OdDb3dSolid
and OdDbSurface
classes.
Implemented constraints for .dwg files (alpha version). The new module allows you to create almost all the same constraints as in Autodesk® AutoCAD®. Entities change positions to match the created constraint. Also, it enables the Move Under Constraint functionality, so when a constrained entity is edited, the corresponding changes are applied to all the connected entities. Constraints for .dwg files use the ODA Constraint Solver, so the results are not strictly equal to AutoCAD. Additional work is planned to make the result more similar.
Creation of the following geometric constraints is supported:
Creation of the following dimensional constraints is supported:
Not supported yet:
OdDbSection::generateSectionGeometry()
for ModelerGeometry.tx
. Currently works for OdDbSectionSettings::kLiveSection
and OdDbSectionSettings::k3dSection
and returns eNotImplemented
for OdDbSectionSettings::k2dSection
.
OdDbSubDMesh
to smoothed and optimized OdDb3dSolid
, which merges adjacent surfaces to one surface.OdDbSubDMesh
to smoothed and optimized OdDbSurface
, which merges adjacent surfaces to one surface.OdDgProxyGraphicsElement
with type kTypeExtraGraphicsElement
.Improved stroke calculation accuracy for OdDbHatch
when using the system variable HPSMOOTHEVALUATE
.
DG_RAYANDXLINE_REGEN_DRAW
— Allows you to forbid cache use for DGN rays and infinite lines and to recalculate them every time when drawn. The default state is on.
Copyright © 2002 – 2022. Open Design Alliance. All rights reserved.
|