Question

How to extract Z values from start and end vertex of DWG to an attribute.

  • 21 October 2013
  • 2 replies
  • 4 views

Badge
I am trying to to extract Z values from the start and end vertex of 3d polyline in Autocad to an attribute. Should be fairly simple but all the trasformers i have tried failed? Thank you

2 replies

Badge
I will need the start and end (2 total attributes).  thank you
Userlevel 2
Badge +17
Hi,

 

 

The CoordinateExtractor transformer can be used to extract coordinates of a vertex at specified index.

 

Use two CoordinateExtractors in a series; one for start (index = 0), another for end (index = -1).

 

 

Takashi

Reply