pcDeleteSteppedObject
pcDeleteSteppedObject(
d_groupId
)
=> t / nil
Description
Deletes the repetition-along-shape parameter d_groupId.
Arguments
|
The database ID of the repetition along a shape as returned by |
Value Returned
|
Returned if d_groupId is not a repetition-along-shape identifier. |
Examples
foreach( obj allMySteppedObjs pcDeleteSteppedObject ( obj ) )
Deletes all repetition-along-shape parameters in the list allMySteppedObjs.
Return to top