Skip to main content

Good morning,

 

I want to read the points the created the curve in DWG civil 3D file

so the reader will draw the  curve with the same accuracy.

Hi ​@mkh.rcjy ,

I would say a Transformer Chopper with maximum vertices = 1, will gives you points of the curve.


In addition to the above, the ArcStroker and ArcEstimator are helpful when deal with Arcs (Curves)

The ArcStroker will convert the Arc to a polyline, and the ArcEstimator essentially does the opposite - takes a polyline and estimates an Arc that fits

http://docs.safe.com/fme/html/FME-Form-Documentation/FME-Transformers/Transformers/arcstroker.htm

http://docs.safe.com/fme/html/FME-Form-Documentation/FME-Transformers/Transformers/arcestimator.htm


Reply