我目前正在处理python代码,但我不知道如何提取我需要的所有值并将其打印出来。 例如:
100 AcDbEntity 8 1 100 AcDbText 10 107.3 20 828.23 30 0.0 40 5.0 1 pr:HC336635004.F
我希望得到'1'下的所有值或字符串,code'1'在这里表示xrefpath名称
我的代码中的一行是这样的:
references = [dxf.entities中的实体实体,如果entity.dxftype =='AcDbText'和block.xrefpath =='1']
这里是我所指的文档,作为一个python初学者,我真的很难 https://dxfgrabber.readthedocs.io/en/latest/#query-blocks