- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
Can someone give me an idea how to overcome the problem by Copy Design, when the name of Skeleton therefore changes. My problem is that the Skeleton is implemented in a iLogic Rule. As it works for now I have to rename it manually, when I take Copy Design.
KR. BRLMCHKD
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
You have to lock the skeleton component name in the browser before using Copy Design. See this article:
Thanks,
Luke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Luke ![]()
Thank you very muck for your answer.
But your solution still does'nt solve my problem. The reference in my iLogic rule on the idw, references to the original skeleton name .ipt
I have allready renamed the skeleton name in the browser of my iam, but "modelName" in my rule, do only work with
the original name of my skeleton.ipt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Could you just use one of the ModelDocumentName or ModelDocumentName (view) snippets of code, to get the actual current filename that has changed after the copy design operation, then us the same parameter function you're currently using after that?
Luke
SyntaxEditor Code Snippet
modelName = IO.Path.GetFileName(ActiveSheet.View("VIEW1").ModelDocument.FullFileName)
dwgParam = Parameter(modelName, "InjectNozRootDia")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report