Method that creates a new ContourFlangeDefinition object.
Name | Type | Description |
Path | Path | Input Path object that specifies the shape of the contour flange. |
Edges | Variant | Optional input Object that specifies the edge(s) to create a contour flange feature on. This can be either an Edge object or an EdgeCollection containing at least one Edge object. If all of the edges of a Face are desired, it is up to you to obtain them from the Face and add them to the collection.Edges are not needed when a contour flange is created using a distance extent and this argument can be omitted in that case. You will need to call the SetDistanceExtent method to set the distance. This is an optional argument whose default value is null. |