mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
doc tweak
This commit is contained in:
parent
26855429d8
commit
58eb8a5e0d
1 changed files with 2 additions and 0 deletions
|
@ -1206,6 +1206,8 @@ module corner_profile(corners=CORNERS_ALL, except=[], r, d, convexity=10) {
|
||||||
// `$parent_orient` is set to the parent object's `orient` value.
|
// `$parent_orient` is set to the parent object's `orient` value.
|
||||||
// `$parent_geom` is set to the parent object's `geom` value.
|
// `$parent_geom` is set to the parent object's `geom` value.
|
||||||
// `$parent_size` is set to the parent object's cubical `[X,Y,Z]` volume size.
|
// `$parent_size` is set to the parent object's cubical `[X,Y,Z]` volume size.
|
||||||
|
// `$color` is used to set the color of the object
|
||||||
|
// `$save_color` is used to revert color to the parent's color
|
||||||
//
|
//
|
||||||
// Example(NORENDER): Cubical Shape
|
// Example(NORENDER): Cubical Shape
|
||||||
// attachable(anchor, spin, orient, size=size) {
|
// attachable(anchor, spin, orient, size=size) {
|
||||||
|
|
Loading…
Reference in a new issue