Constraint setup + Horizontal & Vertical implementation (#33)
* start of horizontal/vert constraint * horz vert constraint working with variable * quick fix * add tests for horz constraint * clean up
This commit is contained in:
@ -394,7 +394,7 @@ export function sketchOnExtrudedFace(
|
||||
}
|
||||
}
|
||||
|
||||
const getLastIndex = (pathToNode: PathToNode): number => {
|
||||
export const getLastIndex = (pathToNode: PathToNode): number => {
|
||||
const last = pathToNode[pathToNode.length - 1]
|
||||
if (typeof last === 'number') {
|
||||
return last
|
||||
|
Reference in New Issue
Block a user