TransientObjects.CreateEdgeCollection Method
Parent Object: TransientObjectsDescription
Method creates a new EdgeCollection object. Optionally, the resulting EdgeCollection can be initialized with the contents of an enumerator containing edges that is passed in. Typically, an empty EdgeCollection will be created and populated using the Add method of the EdgeCollection object.
Syntax
TransientObjects.CreateEdgeCollection( [ObjectsEnumerator] As Variant ) As EdgeCollectionParameters
Name | Type | Description |
ObjectsEnumerator | Variant | Input enumerator object that contains edges. For example, the Edges object returned by the Edges property of a face can be used. This is an optional argument whose default value is null. |
Samples
Name | Description |
Delete Face, Boundary Patch and Stitch features | Demonstrates creating Face, Boundary Patch and Stitch features. |
Fillet Feature (Complex) | This sample demonstrates creating a complex fillet. The result in this case has several different constant radii fillets and two edges that use variable radius, with one of these having a different radius defined along the edge. |
Creating flange features | Demonstrates creating flange features of various width extents. This creates a new document, creates a face feature and adds a flange feature on four edges. |
Create sheet metal rip feature | This sample demonstrates the creation of a rip sheet metal feature. |
Create sheet metal face and flange features | This sample demonstrates the creation of sheet metal face and flange features. |