Search found 1 match

by FrancesWatkins
17 Mar 2023, 14:20
Forum: CAD .NET
Topic: How to Determine if a Line Entity is from a Dimension
Replies: 8
Views: 4173

Re: How to Determine if a Line Entity is from a Dimension

Unfortunately, this doesn't seem to work. I can indeed ignore dimension types if I am looping though each layer with say a foreach loop foreach (CADImport.CADEntity entity in image.Converter.Entities) However, I need to load all objects and more importantly blocks. So instead of looping though ever...