Share

PartComponentDefinition.ClearAppearanceOverrides Method

Parent Object: PartComponentDefinition

Description

Clears the appearance overrides on the provided objects. The objects can include faces, features, work surfaces, surface bodies and occurrences.

Syntax

PartComponentDefinition.ClearAppearanceOverrides( [AppearanceOverrideObjects] As Variant )

Parameters

Name Type Description
AppearanceOverrideObjects Variant Optional input ObjectCollection including the faces, features, work surfaces and bodies to clear their appearance overrides. If this argument is not provided, then it will clear all the appearance overrides in active design view. If an object is provided that does not have an override, it is ignored.

This is an optional argument whose default value is null.

Version

Introduced in version 2014

Was this information helpful?