Relation in repeat regions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Relation in repeat regions
I have a message error in a repeat region with relation.
I have 2 assembly types:
- ASM 1
- ASM 2
In the ASM 1 I have the AC1_LEN_SE parameter, which is a tube length parameter
In the ASM2 I have the AC1_LEN_XX parameter, it is also a tube length parameter)
We need to know the total tube length by subassembly reference, whatever the assembly typology.
My repetition table is used in the drawings of asm1 and asm2.
I have the desired result, but I have the following message which I do not understand.
"There are errors regenerating repeat region relations."
Can you help me understand this message and how to resolve it?
Below you will find the table.
Greetings
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ELSE
LENGTH=" "
TOTAL_LENGTH=QTY*LENGTH
In the case that length equals a space its going to generate an error because you can't multiply a space times a number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I need Creo data (models and drawing) to investigate your problem. The table itself is not enough.
Martin Hanák
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can i send it by email for preserve confidentiality?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ELSE
LENGTH=" "
TOTAL_LENGTH=QTY*LENGTH
In the case that length equals a space its going to generate an error because you can't multiply a space times a number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
