CLASS node pool
Highlights/Dependencies |
---|
|
GraphRep Code |
---|
GRAPHREP layer:-2 sizing:asymmetrical AVAL be:"Include" AVAL erw:"Extended property" AVAL ta:"Show referenced objects" AVAL set-default:"$ffffff" c:"Color" AVAL fc:"Font color" FILL color:(rgbval (c)) FONT color:(fc) PEN w:0.02cm TABLE x:0.0cm y:0.0cm w:6.5cm h:4.25cm cols:4 rows:4 w1:0.3cm w2:50% w3:50% w4:0.8cm h1:0.75cm h2:1.0cm h3:100% h4:0.2cm STRETCH off RECTANGLE x:(tabx0) y:(taby0 + 0.25cm) w:(tabw1 + tabw2 + tabw3 + tabw4 - 0.5cm) h:(tabh1 + tabh2 + tabh3 + tabh4 - 0.25cm) POLYGON 6 x1:(tabx0) y1:(taby0 + 0.25cm) x2:(tabx0 + 0.5cm) y2:(taby0) x3:(tabx4) y3:(taby0) x4:(tabx4) y4:(taby4 - 0.25cm) x5:(tabx4 - 0.5cm) y5:(taby4) x6:(tabx4 - 0.5cm) y6:(taby0 + 0.25cm) LINE x1:(tabx4 - 0.5cm) y1:(taby0 + 0.25cm) x2:(tabx4) y2:(taby0) AVAL n:"Name" AVAL t:"Type" IF (LEN t > 0) SET txt:(n + " : " + t) FONT underline color:(fc) ELSE SET txt:(n) ENDIF TEXT (copy(txt, 0, LEN txt)) x:(tabx2) y:(taby1) w:c:(tabw2 + tabw3) h:t:(tabh2) line-break:rigorous IF ((be != "") AND (ta = "yes")) ATTR "Include" x:(tabx1) y:(taby2) w:l:(tabw2 + tabw3) h:t:(tabh3) format:"%o (%c)" ENDIF IF (erw != "None") FONT h:8pt color:(fc) ATTR "Extended property" x:(tabx2) y:(taby0 + 0.25cm) w:c:(tabw2 + tabw3) h:t:(tabh1) FONT color:(fc) ENDIF STRETCH on
|
Graphical Representation |
---|
|
3795 Views