Type alias MoveFace

MoveFace: FeatureBase & {
    faces: Selector;
    heal?: boolean;
    kind: "feature.move.face";
    origin?: Point3D;
    result: string;
    rotationAngle?: Scalar;
    rotationAxis?: AxisSpec;
    scale?: Scalar;
    source: Selector;
    translation?: Point3D;
}

Type declaration