TransientObjects.CreateFaceCollection Method
Parent Object: TransientObjectsDescription
Constructs a new FaceCollection object. If an ObjectsEnumerator is passed in, the collection starts off containing the enumerated objects.
Syntax
TransientObjects.CreateFaceCollection( [ObjectsEnumerator] As Variant ) As FaceCollectionParameters
Name | Type | Description |
ObjectsEnumerator | Variant | Optional objects enumerator. 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. |