Hi this is chezhaoli ,I have a question in my work,I hope you guys can help me out with it. I use "roofHipe(byAngle,20)" syntax to make building roof, but the roof cannot be displayed.
this is shape data of the building:

when I give it a rule,the roof can not displayed:

But I try to delate a point data of the shape,the roof reappears:


I wonder when I using “roofHip”,what are the constraints for vector data,and what I should attention.
This is my roof rule:
Foursideroof-->
offset(-0.5)
comp(f) { border : shuini|inside:roof1}
roof1-->
roofHip(byAngle, 20)
split(y) { '0.5 : redpoding }
redpoding-->
comp(f) { aslant : roof | top : roof_top}
roof-->
case roof_color == "roof_red":roof_red
case roof_color == "roof_black":roof_black
case roof_color == "roof_darkgray":roof_darkgray
case roof_color == "roof_lightgray":roof_lightgray
else:NIL
I hope somone guys can help me ,Thanks!