Function that returns the specified edge using an index into the collection.
"bRepEdges_var" is a variable referencing a BRepEdges object. |
"bRepEdges_var" is a variable referencing a BRepEdges object. |
| Type | Description |
| BRepEdge | Returns the specified item or null if an invalid index was specified. |
| Name | Type | Description |
| index | uinteger | The index of the item within the collection to return. The first item in the collection has an index of 0. |
| Name | Description |
| extendFeatures.add | Demonstrates the extendFeatures.add method. To use this sample, have a design open that contains at least one surface body. When you run the sample, you will be prompted to select an open edge of the body. |
| Patch Feature API Sample | Demonstrates creating a new patch feature. |