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
componentId: string
constraintIds: string[]
entityIds: string[]
grounded: boolean
internalRemainingDegreesOfFreedom: number
remainingDegreesOfFreedom: number
rigidBodyDegreesOfFreedom: number
totalDegreesOfFreedom: number