BoundaryPatchFeatures.Add Method
Parent Object: BoundaryPatchFeaturesDescription
Method that creates a new boundary patch feature.
Syntax
BoundaryPatchFeatures.Add( Definition As BoundaryPatchDefinition ) As BoundaryPatchFeatureParameters
Name | Type | Description |
Definition | BoundaryPatchDefinition | Input BoundaryPatchDefinition object that defines the input definition for the boundary patch feature. The BoundaryPatchDefinition object can be created using the CreateBoundaryPatchDefinition method of the BoundaryPatchFeatures object. The BoundaryPatchDefinition object defines the boundary loops for creating the boundary patch feature. |