Inventor Engineer-To-Order (Read-Only)
Welcome to Autodesk’s Inventor ETO Forums. Share your knowledge, ask questions, and explore popular Inventor ETO topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Circular Reference evaluating ComponentSpec

1 REPLY 1
Reply
Message 1 of 2
scottdwagner
424 Views, 1 Reply

Circular Reference evaluating ComponentSpec

I am getting this error when trying to create a child assembly using the UI Tools. Anyone have any ideas why i am getting it.

1 REPLY 1
Message 2 of 2
sszabo
in reply to: scottdwagner

No idea, but you can easily find out yourself by enclosing your code in a try/catch clause such as this:

 

Rule test As String
    Dim result As String = ""
    Try
        Dim yourcircularRef As Any = evaluateString("test")
    Catch error
        result = Err.ToString()
    End Try
    Return result
End Rule

 

 

Intent >test
--> "Circular Reference evaluating test of Root
Rule Stack:
Root - %%EVAL_TEMP_12
Root - test
Root - %%EVAL_TEMP_13
"
Intent >

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report