- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a very strange problem that I need some help with..
I have attached an assembly with a simple structure.
What my iLogic rule is trynig to do is to copy surfaces that is placed inside CenterPlate-occurrences to 2 different parts in CenterPipe-assy.
CompOccNames.add("CentralPipe.CentralPipe_1") CompOccNames.add("CentralPipe.CentralPipe_2")
The strange thing is that the placement of the surfaces always will be placed right in the first part that is added in the list above.. If I change the order to
CompOccNames.add("CentralPipe.CentralPipe_2") CompOccNames.add("CentralPipe.CentralPipe_1")
Then the CentralPipe_2 will have their surfaces in the right position and not CentralPipe_1
I do understand that it has to be something ith the Matrix..
But I can't see why.. Because the rows below should reset the matrix..
Dim oMatrix2 As Matrix oMatrix2 = PipeOcc.Transformation
Is there anyone that can help me solve my problem?
I'm using Inventor 2017
Best Regards
Rikard
Solved! Go to Solution.