Share

TransientObjects.CreateFaceCollection Method

Parent Object: TransientObjects

Description

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 FaceCollection

Parameters

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.

Version

Introduced in version 9

Was this information helpful?