Disallow segment selection in all sweeps and change Sketches display name to Profiles (#7045)
* Disallow segment selection in sweep, plus displayName: Profiles for clarity Fixes #7044 * Change selection hints for solid2d to be profile instead of face * Update tests * More fixes * Fix tests following behavior change: we don't select segments in code anymore but profiles
This commit is contained in:
@ -19,7 +19,8 @@ import type { modelingMachine } from '@src/machines/modelingMachine'
|
||||
const semanticEntityNames: {
|
||||
[key: string]: Array<Artifact['type'] | 'defaultPlane'>
|
||||
} = {
|
||||
face: ['wall', 'cap', 'solid2d'],
|
||||
face: ['wall', 'cap'],
|
||||
profile: ['solid2d'],
|
||||
edge: ['segment', 'sweepEdge', 'edgeCutEdge'],
|
||||
point: [],
|
||||
plane: ['defaultPlane'],
|
||||
|
Reference in New Issue
Block a user