Skip to main content
12-Amethyst
September 7, 2023
Solved

Relation in repeat regions

  • September 7, 2023
  • 5 replies
  • 2143 views

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

 

 

 

Best answer by Chris3
 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.

5 replies

24-Ruby III
September 7, 2023

Hi,

I need Creo data (models and drawing) to investigate your problem. The table itself is not enough.

12-Amethyst
September 7, 2023

Can i send it by email for preserve confidentiality?

Chris3
Chris321-Topaz IAnswer
21-Topaz I
September 7, 2023
 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.

24-Ruby III
September 7, 2023

@Chris3 wrote:
 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.


@Dom_BOUCHARDY ,

if @Chris3 guessed the cause of the problem, then there is no need to send data.