MeshFeatureSet.Delete Method
Parent Object: MeshFeatureSetDescription
Method that deletes the object.
Syntax
MeshFeatureSet.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. |