示例#1
0
 public static List <Curve> StandardPartyDesk(Curve bounds, int numSeats)
 {
     return(DrawGeneric.CrossThroughSpace(bounds));
 }
示例#2
0
 public static List <Curve> StandardOpenMeetingSpace(Curve bounds, int numSeats)
 {
     return(DrawGeneric.CrossThroughSpace(bounds));
 }
示例#3
0
 public static List <Curve> StandardSingleDesk(Curve bounds)
 {
     return(DrawGeneric.CrossThroughSpace(bounds));
 }