Interface Intersection

interface Intersection {
    floor: number;
    model?: Model;
    viewLayer?: ModelViewLayer;
}

Hierarchy

  • Intersection
    • Intersection

Properties

floor: number

楼层

model?: Model
viewLayer?: ModelViewLayer