Hi Burr, yes all those different things are all parameters that can be set directly on an extrude factory by script code.
The parameters for the extrude factory go like this:
Index : Type - Description
0 : ObjectList "Objects" - Objects to extrude.
1 : Point "Distance pt" - Point defining the distance. Ignored if explicit distance is set.
2 : Number "Distance" - Explicit distance setting.
3 : Point "Dir A" - Custom direction, first point.
4 : Point "Dir B" - Custom direction, second point.
5 : Bool "Cap ends" - True = cap ends, false = leave ends open.
6 : Bool "Both sides" - True = both sides.
7 : Object "Path" - Path curve for tensor product style.
8 : Bool "Path reversed" - Is the path curve reversed from its original orientation.
9 : Bool "To point" - If true do pyramid style extrusion collapsing to a singluar point instead of a linear extrusion.
10 : Number "Draft angle" - If set do draft angle extrusion.
11 : Bool "Draft flip" - If true reverse draft angle.
12 : Bool "Keep separate" - If true keep face extrusions separate from their parent object rather than auto booleaning them.
- Michael
|