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

pcGetParamShapeDefn

pcGetParamShapeDefn(
d_instId
) 
=> d_paramShapeId / nil

Description

Returns an identifier for a parameterized shape parameter resulting from a call to pcDefineParamPath, pcDefineParamPolygon, or pcDefineParamRect.

You must have defined the parameterized shape.

Arguments

d_instId

The database ID of the shape whose parameterized shape parameter is to be retrieved.

Value Returned

d_paramShapeId

Group ID used to record details of the parameter.

nil

Returned if d_instId does not identify a shape or there are no parameterized shape parameters defined in it.

Examples

paramshape = pcGetParamShapeDefn( shape )

Retrieves parameterized shape parameters defined in shape.


Return to top
 ⠀
X