Share

FaceCollection Object

Derived from: ObjectCollection Object

Description

The FaceCollection object is a transient object created by the CreateFaceCollection method of the TransientObjects object. Typically used when creating a ShellFeature, FaceDraftFeature, etc.

Methods

Name Description
Add Adds an object to the generic collection.
Clear Removes all objects from the generic collection.
Remove Method that removes the specified object from the generic collection.
RemoveByObject Method that removes the specified object from the generic object collection.

Properties

Name Description
CollectionType Property returning a constant indicating the Face Collection type.
Count Property that returns the number of items in this collection.
Item Allows integer-indexed access to items in the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

AssemblyJointDefinition.OriginOneReferencedFaces, AssemblyJointDefinition.OriginTwoReferencedFaces, Face.TangentiallyConnectedFaces, FaceDraftDefinition.InputFaces, FaceProxy.TangentiallyConnectedFaces, FilletConstantRadiusFaceSet.FacesOne, FilletConstantRadiusFaceSet.FacesTwo, FilletFullRoundSet.CenterFaces, FilletFullRoundSet.SideFacesOne, FilletFullRoundSet.SideFacesTwo, ModelSurfaceTextureSymbolDefinition.Faces, ModelToleranceFeature.AllFaces, ModelToleranceFeatureDefinition.Faces, ModelToleranceFeatureProxy.AllFaces, MoveFaceDefinition.Faces, ReplaceFaceDefinition.ExistingFaces, ShellDefinition.InputFaces, ShellThicknessFaceSet.Faces, SilhouetteCurve.ExcludedFaces, SilhouetteCurveProxy.ExcludedFaces, SketchDrivenPatternDefinition.ReferenceFaces, TransientObjects.CreateFaceCollection, UnwrapDefinition.InputFaces

Samples

Name Description
Delete Face, Boundary Patch and Stitch features Demonstrates creating Face, Boundary Patch and Stitch features.
Finish Feature Creation This sample demonstrates how to create a finish feature.

Version

Introduced in version 9

Was this information helpful?