You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DwgObjectReader.readLeader the handles of the associated DimensionStyle object (template.DIMSTYLEHandle) and the AssociatedAnnotation (template.AnnotationHandle) are read. But the Build method in CadLeaderTemplate is missing. Thus the references to the respective objects are not resolved.
An AssociatedAnnotation property must be added to the Leader class.
The text was updated successfully, but these errors were encountered:
In DwgObjectReader.readLeader the handles of the associated
DimensionStyle
object (template.DIMSTYLEHandle
) and theAssociatedAnnotation
(template.AnnotationHandle
) are read. But theBuild
method inCadLeaderTemplate
is missing. Thus the references to the respective objects are not resolved.An
AssociatedAnnotation
property must be added to theLeader
class.The text was updated successfully, but these errors were encountered: