Type alias SketchConstraintComponentStatus

SketchConstraintComponentStatus: {
    componentId: string;
    constraintIds: string[];
    entityIds: string[];
    freeMotionDirections: SketchConstraintMotionDirection[];
    grounded: boolean;
    internalRemainingDegreesOfFreedom: number;
    remainingDegreesOfFreedom: number;
    rigidBodyDegreesOfFreedom: number;
    status: SketchConstraintComponentSolveStatus;
    totalDegreesOfFreedom: number;
}

Type declaration