Creates a new sweep feature.
"sweepFeatures_var" is a variable referencing a SweepFeatures object. |
"sweepFeatures_var" is a variable referencing a SweepFeatures object. |
| Type | Description |
| SweepFeature | Returns the newly created SweepFeature object or null if the creation failed. |
| Name | Type | Description |
| input | SweepFeatureInput | A SweepFeatureInput object that defines the desired sweep. Use the createInput method to create a new SweepFeatureInput object and then use methods on it (the SweepFeatureInput object) to define the sweep. |
| Name | Description |
| sweepFeatures.add | Demonstrates the sweepFeatures.add method. |
| Sweep Feature API Sample | Demonstrates creating a new sweep feature. |
| Sweep with guide rail Feature API Sample | Demonstrates creating a new Sweep feature that uses a guide rail along with a profile. |
| Two Rail Sweep Feature API Sample | Demonstrates creating new two rail sweep feature. |