I want to get all coordinates of a line via ezdxf. I found nothing relevent. I am able to get only starting and ending points but I need all coordinates. Kindly guide.
            Asked
            
        
        
            Active
            
        
            Viewed 105 times
        
    0
            
            
        - 
                    Isn't a line just composed of starting and ending points? – S P Sharan Jan 19 '22 at 06:27
 - 
                    yeah it is. but i need all coordinates i have to process the line by adding points on specific difference. – Hannan Ma Lik Jan 19 '22 at 06:34
 - 
                    It would be better for you to interpolate and get the points you want manually. This could be helpful: https://stackoverflow.com/q/25837544/8878627 – S P Sharan Jan 19 '22 at 06:36
 - 
                    tried this but not getting accurate results. by the way thanks for your help. – Hannan Ma Lik Jan 19 '22 at 06:57
 - 
                    Please provide enough code so others can better understand or reproduce the problem. – Community Jan 28 '22 at 04:28