Search in sources :

Example 1 with ColumnProperties

use of org.twak.siteplan.campskeleton.PlanSkeleton.ColumnProperties in project chordatlas by twak.

the class GreebleSkel method findSuperEdge.

private SuperEdge findSuperEdge(Output output, List<Face> chain) {
    ColumnProperties col = ((PlanSkeleton) output.skeleton).getDefiningColumn(chain.get(0).edge);
    if (col == null)
        return null;
    Bar bar = col.defBar;
    SETag set = ((SETag) GreebleSkel.getTag(bar.tags, SETag.class));
    return set == null ? null : set.se;
}
Also used : Bar(org.twak.camp.ui.Bar) ColumnProperties(org.twak.siteplan.campskeleton.PlanSkeleton.ColumnProperties) PlanSkeleton(org.twak.siteplan.campskeleton.PlanSkeleton) SETag(org.twak.tweed.gen.skel.SETag)

Aggregations

Bar (org.twak.camp.ui.Bar)1 PlanSkeleton (org.twak.siteplan.campskeleton.PlanSkeleton)1 ColumnProperties (org.twak.siteplan.campskeleton.PlanSkeleton.ColumnProperties)1 SETag (org.twak.tweed.gen.skel.SETag)1