Creates a new boundary fill feature.
"boundaryFillFeatures_var" is a variable referencing a BoundaryFillFeatures object. |
"boundaryFillFeatures_var" is a variable referencing a BoundaryFillFeatures object. |
| Type | Description |
| BoundaryFillFeature | Returns the newly created BoundaryFillFeature object or null if the creation failed. |
| Name | Type | Description |
| input | BoundaryFillFeatureInput | A BoundaryFillFeatureInput object that defines the desired boundary fill feature. Use the createInput method to create a new BoundaryFillFeatureInput object and then use methods on it (the BoundaryFillFeatureInput object) to define the boundary fill feature. |
| Name | Description |
| boundaryFillFeatures.add | Demonstrates the boundaryFill.add method. To use this sample you need to have two existing overlapping bodies. You'll be prompted to select the bodies when running the script. |
| Boundary Fill Feature API Sample | Demonstrates creating a new boundary fill feature. |