I'm able to drape feaures on a DTM with SurfaceModeller, but I want to have Z distance between the point (for exemple on a three) that I project and the same point projected (on the ground).
how can it be possible?
thanks
I'm able to drape feaures on a DTM with SurfaceModeller, but I want to have Z distance between the point (for exemple on a three) that I project and the same point projected (on the ground).
how can it be possible?
thanks
First, use it on the feature before you manipulate it. Save the z variable to something like _AMSL
Then, use the SurfaceModeller (or draper) to drape the feature.
Then, use the CoordinateExtractor again. Be sure to rename the z variable to something different from the first time. In this case, call it _GroundLevel.
Now, create a third attribute with the AttributeCreator, called _AGL. Define it as a formula, which is _AMSL - _GroundLevel.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.