MeshFeatureProxy.Delete Method
Parent Object: MeshFeatureProxyDescription
Method that deletes this object.
Syntax
MeshFeatureProxy.Delete( [RetainDependentFeaturesAndSketches] As Boolean, [RetainDependentWorkFeatures] As Boolean )Parameters
Name | Type | Description |
RetainDependentFeaturesAndSketches | Boolean | Optional input Boolean that specifies if dependent features and sketches should be deleted. If there are no dependent features this argument is ignored. This is an optional argument whose default value is False. |
RetainDependentWorkFeatures | Boolean | Optional input Boolean that specifies if dependent work features should be deleted. If there are no dependent work features this argument is ignored. This is an optional argument whose default value is False. |