Method Sweep
Sweep(OccurrenceList, double, int, bool, bool, bool)
Extrudes a circular section along an underlying polyline (curve)
Declaration
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 |