mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-27 15:29:41 +00:00
fix
This commit is contained in:
parent
5f6e067341
commit
428649e97b
1 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ CENTER = [ 0, 0, 0]; // Centered zero vector.
|
|||
CTR = CENTER;
|
||||
CENTRE = CENTER;
|
||||
|
||||
// Constant: EDGE
|
||||
// Function: EDGE()
|
||||
// Synopsis: Named edge anchor constants
|
||||
// Topics: Constants, Attachment
|
||||
// Usage:
|
||||
|
@ -238,7 +238,7 @@ function EDGE(a,b) =
|
|||
)
|
||||
str(choices[ind+1],"edge",b);
|
||||
|
||||
// Constant: FACE
|
||||
// Function: FACE()
|
||||
// Synopsis: Named face anchor constants
|
||||
// Topics: Constants, Attachment
|
||||
// Usage:
|
||||
|
|
Loading…
Reference in a new issue