Type alias Plane

Plane: FeatureBase & {
    height: Scalar;
    kind: "feature.plane";
    origin?: Point3D;
    plane?: PlaneRef;
    result: string;
    width: Scalar;
}

Type declaration