ShapeL and ShapeU - applied to the up slope side of the building?

759
1
02-05-2014 05:43 AM
LoringTupper
New Contributor
I'm applying either an L or U shape to my building and I find that I can't control where the L and U is oriented on the building, it appears that it defaults to the up slope side of the building regarless of which side I have identified as the front. Is there a way to control which side of the building the L or U is applied?
0 Kudos
1 Reply
MatthiasBuehler1
Frequent Contributor
Hi !


shapeL(), shapeO(), shapeU() need a 'yUp' scope to work properly.

Learn more about scope here:
http://forums.arcgis.com/threads/44417-CGA-Understanding-the-concept-of-the-scope

Thus, if you want to orient the L or U, you need to orient the scope appropriately first.

e.g.

when you have a vertical facade shape, use :

attr rotation = 90

Facade -->

    alignScopeToGeometry(yUp, any, world.lowest)
    rotateScope(0,rotation, 0)
    shapeL ...


Let me know if this makes sense ..

Matt
0 Kudos