Type alias MoveBody

MoveBody: FeatureBase & {
    kind: "feature.move.body";
    origin?: Point3D;
    result: string;
    rotationAngle?: Scalar;
    rotationAxis?: AxisSpec;
    scale?: Scalar;
    source: Selector;
    translation?: Point3D;
}

Type declaration