Share

PartComponentDefinition.PurgeUnusedGeometries Method

Parent Object: PartComponentDefinition

Description

Method that purges unused sketches and work features.

Syntax

PartComponentDefinition.PurgeUnusedGeometries( [UnusedGeometries] As Variant )

Parameters

Name Type Description
UnusedGeometries Variant Optional input ObjectCollection that including the sketches and work features to purge. The unused sketches and work features can be retrieved using GetUnusedGeometries method. If this is not provided then all unused sketches and work features will be purged.

This is an optional argument whose default value is null.

Version

Introduced in version 2024

Was this information helpful?