Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unexpected coincident constraints in projected sketchlines

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
273 Views, 2 Replies

Unexpected coincident constraints in projected sketchlines

Anonymous
Not applicable
I have discovered the situation when the projection of the horizontal line can be slanted without error indication. It seems like projecting procedure can introduce additional unwanted and unexpected constraints.



See details in attachment.



Any help with API detection and workaround will be appreciated.



ALink
0 Likes

Unexpected coincident constraints in projected sketchlines

I have discovered the situation when the projection of the horizontal line can be slanted without error indication. It seems like projecting procedure can introduce additional unwanted and unexpected constraints.



See details in attachment.



Any help with API detection and workaround will be appreciated.



ALink
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

Anonymous
Not applicable

There's definitely an issue with the way collinear
entities without a common endpoint are projected. It seems like the overlapping
end points should have come through in the projection instead of being merged
into one. Thanks for reporting this. I've logged this in our database (ID:
1146666).

 

I haven't thought about it too much, but I don't
think it'll be easy to come up with a generalized test to detect this problem.
You could either use the workaround you've found (of projecting before adding
the collinear constraint) or if the entities have already been projected, you
can project them again & compare points on the previously and newly
projected entities to make sure they are the same. If they are the same, you can
discard the newly projected entities.

 

Sanjay-
0 Likes


There's definitely an issue with the way collinear
entities without a common endpoint are projected. It seems like the overlapping
end points should have come through in the projection instead of being merged
into one. Thanks for reporting this. I've logged this in our database (ID:
1146666).

 

I haven't thought about it too much, but I don't
think it'll be easy to come up with a generalized test to detect this problem.
You could either use the workaround you've found (of projecting before adding
the collinear constraint) or if the entities have already been projected, you
can project them again & compare points on the previously and newly
projected entities to make sure they are the same. If they are the same, you can
discard the newly projected entities.

 

Sanjay-
Message 3 of 3
Anonymous
in reply to: Anonymous

Anonymous
Not applicable
Sanjay, thank you.
0 Likes

Sanjay, thank you.

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

Post to forums  

Autodesk Design & Make Report