Interface AsukaAssemblyFloorEdgeMetric

interface AsukaAssemblyFloorEdgeMetric {
    angleDegrees: number;
    end: AsukaAssemblyPlanPoint;
    endPointId: string;
    id: string;
    index: number;
    length: number;
    lockAngle: boolean;
    lockLength: boolean;
    start: AsukaAssemblyPlanPoint;
    startPointId: string;
    wallEnabled: boolean;
}

Properties

angleDegrees: number

Counter-clockwise world angle from +X, normalized to [-180, 180).

endPointId: string
id: string
index: number
length: number
lockAngle: boolean
lockLength: boolean
startPointId: string
wallEnabled: boolean

False when this room edge is intentionally left open.