pcGetSteppedObjectDefn
pcGetSteppedObjectDefn(d_objectId) =>l_stepobjId/nil
Description
Returns an identifier for repetition-along-shape parameters resulting from calls to pcDefineSteppedObject. The object cannot be a parameterized shape.
You must have defined the repetition-along-shape parameters for this object.
Arguments
|
The database ID of the object for which repetition-along-shape parameters are retrieved. |
Value Returned
|
List of object IDs used to record details of repetition along parameterized shape parameters. |
|
|
Returned if d_objectId does not identify an object that is defined as a parameterized shape. |
Examples
stepobj = pcGetSteppedObjectDefn( fig )
Gets a list of all the repetition-along-shape parameters defined in cellview.
Return to top