I have written a skill code as
pcDefinePCell(list(ddGetObj("designFlow") "Four_leaf_1" "layout")
cv= geGetWindowCellView()
rodCreatePolygon(
?cvId cv
?layer list("M9" "drawing")
?pts list(
10:10
20:20
30:20
40:10
);listEnd
);polygonEnd
)
now i want to rotate this polygon by 45, 90 or any other angle by incorporating the code in skill code. how can i?
Regards
Upendra