Unable to transform arc entities within dxf block
![]() 12/17/2019 11:31 AM
|
---|
Hi Wout, I'm using code below to transform all entities of a block. But only line & circles are transforming and arc type of entities are missing in out put. See the attached image. C# Code: //xScale =1.5; yScale =.5 to 1.5 TransformConfig transformConfig = new TransformConfig(); Matrix4D transform = Transformation4D.Scaling(xScale, yScale, 0); dxfBlock.Entities.ToList().ForEach(entity => entity.TransformMe(transformConfig, transform)); Regards, |
![]() 12/19/2019 2:33 PM
|
---|
Hi Wout, Any update on this. Your response is highly appreciated. Regards, |
![]() 12/20/2019 6:31 PM
|
---|
When you post questions, the forum shows a few guidelines about how to post a proper support request, I suggest you read those. - Wout |
![]() 12/24/2019 6:02 AM
|
---|
I apologies for not being clear because of some confidential data. I'll be sending code, DWG files and issue in separate email thread. Regards, |
![]() 1/9/2020 6:38 PM
|
---|
There is a problem in your code, you'll need to order a support ticket here. - Wout |