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

@ -10,6 +10,7 @@ import { SetHorzVertDistance } from './components/Toolbar/SetHorzVertDistance'
import { SetAngleLength } from './components/Toolbar/SetAngleLength'
import { ConvertToVariable } from './components/Toolbar/ConvertVariable'
import { SetAbsDistance } from './components/Toolbar/SetAbsDistance'
import { SetAngleBetween } from './components/Toolbar/setAngleBetween'
export const Toolbar = () => {
const {
@ -178,6 +179,7 @@ export const Toolbar = () => {
<SetAngleLength angleOrLength="setLength" />
<Intersect />
<RemoveConstrainingValues />
<SetAngleBetween />
</div>
)
}