Search found 3 matches

by 曹Jin
26 Sep 2021, 14:47
Forum: CAD .NET
Topic: How to get the entity value from entity text
Replies: 4
Views: 3718

Re: How to get the entity value from entity text

support wrote:
23 Sep 2021, 18:15
Hello

Thanks for the additional information,

CAD .NET allows to get the text from a DWG/DXF drawing. You can then process this text the way you need, e. g. split it into parts according to your custom rules, this is not the task of CAD .NET.

Andrei
Hello, thank you for your kindly support.
by 曹Jin
23 Sep 2021, 16:03
Forum: CAD .NET
Topic: How to get the entity value from entity text
Replies: 4
Views: 3718

Re: How to get the entity value from entity text

Hi Andrei, Sorry for my unclear description. Your understandarding is right. Now i can get the full text "2×∅3.2512+0.127+0.0254", but i want to get the seprated parts. and every attribute of the seprated value. The seprated value may be the "quanity" or may be the "upper tolerance" ...... Can this ...
by 曹Jin
16 Sep 2021, 14:57
Forum: CAD .NET
Topic: How to get the entity value from entity text
Replies: 4
Views: 3718

How to get the entity value from entity text

how to get the entity value from entity text ?

for case , the text is 2×∅3.2512+0.127+0.0254
and i want to get quantity=2, value =3.2512 , upper tolerance=+0.127, lower tolerance=0.0254

may be get the computable value from other formated text 4×60°,2×M5×0.8 ......

thank you.