Message 1 of 5

Not applicable
10-28-2020
01:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to mate two edges of two different cuboids in Inventor, I've named the edges manually, but now I'm trying to mate them using the I-logic code but the assembly is not fetching the edge name. It says "there is no such feature as Edge 1 in cuboid-1". I'm using the following code:-
Constraints.AddMate("Face_Mate_1", "Cuboid_1", "Edge 1", "Cuboid_2", "Edge 13",
offset := 0.0, e1InferredType := InferredTypeEnum.kNoInference, e2InferredType := InferredTypeEnum.kNoInference,
solutionType := MateConstraintSolutionTypeEnum.kOpposedSolutionType,
biasPoint1 := Nothing, biasPoint2 := Nothing)
Solved! Go to Solution.