UVProperty.UnPinComponents
 
 
 

UVProperty.UnPinComponents

Introduced

v10.0 (2012)

Description

Mark specific components referenced by this UV property as unpinned.

C# Syntax

UVProperty.UnPinComponents( Object components );

Scripting Syntax

UVProperty.UnPinComponents( Components );

Parameters

Parameter Type Description
Components Array of components to unpin.

See Also

UVProperty.PinAllComponents UVProperty.PinComponents UVProperty.UnPinAllComponents