set angle between two selected lines (#104)

This commit is contained in:
Kurt Hutten
2023-04-05 21:06:20 +10:00
committed by GitHub
parent 1a6bcba6ca
commit db5220467b
5 changed files with 242 additions and 12 deletions

View File

@ -17,10 +17,7 @@ import {
getTransformInfos,
} from '../../lang/std/sketchcombos'
import { GetInfoModal } from '../SetHorVertDistanceModal'
import {
createIdentifier,
createVariableDeclaration,
} from '../../lang/modifyAst'
import { createVariableDeclaration } from '../../lang/modifyAst'
import { removeDoubleNegatives } from '../AvailableVarsHelpers'
const getModalInfo = create(GetInfoModal as any)