gpeExtractTemplateFromMG
gpeExtractTemplateFromMG(u_constraintCache) =>t/nil
Description
Generates a reusable template for each Modgen constraint present in the specified constraint cache.
Arguments
Value Returned
|
All Modgens in the given constraint cache have been extracted into reusable templates. |
|
Example
Generates reusable templates for all Modgens in the current cellview:
cv = geGetEditCellView()
cache = ciCacheGet(cv)
gpeExtractTemplateFromMG(cache)
=> t
Return to top