Search found 4 matches

by Ljurka
14 Jun 2018, 14:51
Forum: CAD .NET
Topic: Layer width and height
Replies: 3
Views: 14140

Re: Layer width and height

"need to get the area occupied by the visible CAD objects (entities) which belong to a certain layer"

Yes, that what I need. How to archive this?
by Ljurka
12 Jun 2018, 17:39
Forum: CAD .NET
Topic: Layer width and height
Replies: 3
Views: 14140

Layer width and height

Hello!
Is there a chance to get the height and width or something like that inside the area of the layer?
by Ljurka
12 Jun 2018, 17:12
Forum: CAD .NET
Topic: Delete Layer
Replies: 2
Views: 10832

Re: Delete Layer

thank you. it helps
by Ljurka
11 Jun 2018, 00:12
Forum: CAD .NET
Topic: Delete Layer
Replies: 2
Views: 10832

Delete Layer

Hello!
I need to draw in png file entities of one layer.
How could I delete or hide certain layer using Converter.Layers?
Or is it possible only in the way when I search entities in the layer one by one and delete from
Converter.Entities.Remove(ent);
??