Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

pcDeleteParamShape

pcDeleteParamShape( 
d_memberId
) 
=> t / nil

Description

Deletes a parameterized shape directive, causing the specified shape to revert back to a regular (nonparameterized) shape.

You must have defined the shape as a parameterized path, polygon, or rectangle.

Arguments

d_memberId

The database ID of the shape whose parameter you want to delete.

Value Returned

t

Returned if the parameter is deleted.

nil

Returned if the shape is not defined as a parameterized path, polygon, or rectangle.

Examples

foreach(shape allMyParamShapes pcDeleteParamShape(shape))

Deletes all shape parameters in the list allMyParamShapes.


Return to top
 ⠀
X