Solved

How to get current Z value in 3DForcer?

  • 24 January 2017
  • 4 replies
  • 16 views

Badge

Hi everybody,

I am gonna use 3DForcer to reduce Z values of all points of a feature.

I have a MARK_Z value attribute and need to use Arithmetic Editor so that resulting z value becomes as z - MARK_Z. (z value of every single point of a feature minus MARK_Z attribute of that feature)

But I cannot get current z value in Arithmetic Editor. Any suggestion?

Thanks in advance!

icon

Best answer by redgeographics 24 January 2017, 12:54

View original

4 replies

Userlevel 5
Badge +25

You can use the CoordinateExtractor to grab the z-value of a vertex and store in in an attribute, which can then be used in the Arithmetic editor.

However, the Offsetter might be better suited to what you're trying to do.

Badge

You can use the CoordinateExtractor to grab the z-value of a vertex and store in in an attribute, which can then be used in the Arithmetic editor.

However, the Offsetter might be better suited to what you're trying to do.

Thanks a lot man! That was PIA for a month!!

 

 

Userlevel 5
Badge +25
Thanks a lot man! That was PIA for a month!!

 

 

You're welcome! Happy to help :)

 

 

Badge +16

You can use the ZValue directly in the Arithmetic Editor.

Reply