Method Sweep
Sweep(OccurrenceList, double, int, bool, bool, bool)
WARNING: this function is tagged as 'EXPERIMENTAL'
Extrudes a circular section along an underlying polyline (curve)
Declaration
[HandleProcessCorruptedStateExceptions]
public void Sweep(OccurrenceList occurrences, double radius, int sides, bool createNormals, bool keepLines, bool generateUV)
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | Occurrences of components to check |
| double | radius | Radius of cylinders |
| int | sides | Number of points to create cylinders |
| bool | createNormals | |
| bool | keepLines | |
| bool | generateUV |