mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-09 13:36:58 +02:00
doc tweaks
This commit is contained in:
@@ -537,7 +537,7 @@ module attach(from, to, overlap, norot=false)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Section: Attachment Modifiers
|
// Section: Tagging
|
||||||
|
|
||||||
// Module: tag()
|
// Module: tag()
|
||||||
// Usage:
|
// Usage:
|
||||||
@@ -715,6 +715,8 @@ module tag_scope(scope){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Section: Attachment Modifiers
|
||||||
|
|
||||||
// Module: diff()
|
// Module: diff()
|
||||||
// Usage:
|
// Usage:
|
||||||
// diff([remove], [keep]) CHILDREN;
|
// diff([remove], [keep]) CHILDREN;
|
||||||
@@ -1129,7 +1131,7 @@ module conv_hull(keep="keep")
|
|||||||
|
|
||||||
// Module: tag_conv_hull()
|
// Module: tag_conv_hull()
|
||||||
// Usage:
|
// Usage:
|
||||||
// tag,conv_hull(tag, [keep]) CHILDREN;
|
// tag_conv_hull(tag, [keep]) CHILDREN;
|
||||||
// Topics: Attachments
|
// Topics: Attachments
|
||||||
// See Also: tag(), recolor(), show_only(), hide(), diff(), intersect()
|
// See Also: tag(), recolor(), show_only(), hide(), diff(), intersect()
|
||||||
// Description:
|
// Description:
|
||||||
@@ -2692,14 +2694,14 @@ function _standard_anchors(two_d=false) = [
|
|||||||
|
|
||||||
// Module: show_anchors()
|
// Module: show_anchors()
|
||||||
// Usage:
|
// Usage:
|
||||||
// ... show_anchors([s], [std=], [custom=]);
|
// PARENT() show_anchors([s], [std=], [custom=]);
|
||||||
// Description:
|
// Description:
|
||||||
// Show all standard anchors for the parent object.
|
// Show all standard anchors for the parent object.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// s = Length of anchor arrows.
|
// s = Length of anchor arrows.
|
||||||
// ---
|
// ---
|
||||||
// std = If true (default), show standard anchors.
|
// std = If true show standard anchors. Default: true
|
||||||
// custom = If true (default), show custom anchors.
|
// custom = If true show named anchors. Default: true
|
||||||
// Example(FlatSpin,VPD=333):
|
// Example(FlatSpin,VPD=333):
|
||||||
// cube(50, center=true) show_anchors();
|
// cube(50, center=true) show_anchors();
|
||||||
module show_anchors(s=10, std=true, custom=true) {
|
module show_anchors(s=10, std=true, custom=true) {
|
||||||
|
Reference in New Issue
Block a user