Creates a new path pattern feature.
"pathPatternFeatures_var" is a variable referencing a PathPatternFeatures object. |
"pathPatternFeatures_var" is a variable referencing a PathPatternFeatures object. |
| Type | Description |
| PathPatternFeature | Returns the newly created PathPatternFeature object or null if the creation failed. |
| Name | Type | Description |
| input | PathPatternFeatureInput | A PathPatternFeatureInput object that defines the desired path pattern. Use the createInput method to create a new PathPatternFeatureInput object and then use methods on it (the PathPatternFeatureInput object) to define the path pattern. |
| Name | Description |
| pathPatternFeatures.add | Demonstrates the pathPatternFeatures.add method using a selected body and sketch curve as the path. |