hi All,
Having some issues with ESRI city engine. I have imported a line shape file with projection in UTM. While loading the following rule its not aligning properly which shows in the following screen shot. The rule file is like following:
@StartRule
attr height = .5
attr pole_height =5
attr cableHeight = pole_height
attr connectionStart = ""
@Location(388,28)
PowerlineAligned -->
case connectionStart == "" :
i("powerline cable 1.obj")
t(0,cableHeight,0)
else :
t(0,cableHeight,0)
I want to show the texture of the "powerline cable 1.obj" as a pipe line according to the alignment of the shape file. However when I add the object model it shows some irregular texture like the image attached.
Any help concerning this will be highly appreciated.
Thanks,
Niladri