ReplaceFaceFeatures.CreateDefinition Method
Parent Object: ReplaceFaceFeaturesDescription
Method that creates a ReplaceFaceDefinition.
Syntax
ReplaceFaceFeatures.CreateDefinition( ExistingFaces As FaceCollection, NewFaces As ObjectCollection ) As ReplaceFaceDefinitionParameters
Name | Type | Description |
ExistingFaces | FaceCollection | Input FaceCollection object that specifies the faces that will be replaced. The faces must be part of a solid SurfaceBody and must all belong to the same SurfaceBody.
All faces to be replaced need to be specified. All of the input faces must belong to the same SurfaceBody. The TangentiallyConnectedFaces method of the Face object can be useful in finding the set of faces. |
NewFaces | ObjectCollection | Input ObjectCollection object that specifies the new faces. The new faces can be work planes or Face objects, the Face objects can be from multiple SurfaceBody objects |