Share

MeshFeatureProxy.Delete Method

Parent Object: MeshFeatureProxy

Description

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.

Version

Introduced in version 2017

Was this information helpful?