span8
span4
span8
span4
Hi,
I am doing DWG to DWG translation filtering only points using geometry filter, If i am not exploding blocks into entities, points are not visible in written DWG file, But if i am exploding it i am able to see points in CAD along with polygons and text.
Thanks in advance.
Hi @dheeraj, Since you want to represent the blocks from the source dwg as points on the output, for the writer to accept the point output without a template, we'll have to remove the format attributes that indicate to the writer that the features are blocks. I agree with @danilo_inovacao, the option to Explode Blocks into Entities should be unchecked, this will read each block as its insertion point. And if you expose the following format attribute on the reader, and remove them in the workflow (AttributeRemover should work), the writer should be able to write the points as expected: autocad_entity, autocad_original_entity, autocad_original_entity_type, autocad_block_name, autocad_block_number.
Please give this a try, and see if it gives you the result you were hoping for. Thanks!
If you need full block as point feature then untick the below mentioned parameters
1. Use Block Feature Type for Components
2. Explode Blocks into Entities
Explode Blocks in autocad file into points in File geodatabase 4 Answers
Writing to CAD blocks does not maintain correct orientation when negative scale values are used 1 Answer
How to convert a 3D CAD (dwg) to IFC? 3 Answers
Reading MicroStation V7 custom line styles 4 Answers
Test for oldest date? 1 Answer
© 2019 Safe Software Inc | Legal