- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am working on a illogic assembly and where I've traditionally used isactive to suppress sub-assemblies, I am using the new add component and add constraint tools in 2019. My question is how to constrain sub-assemblies using work planes inside their parts. The snippet below requires the geometry to be in the top level part rather than a component in a sub-assembly as far as I can tell...
Is there an adjustment to the syntax required or is this not possible using this snippet?
Constraints.AddMate("Mate1", "Part1:1", "Work Plane1", "Part2:1", "Work Plane1",
offset := 0.0, e1InferredType := InferredTypeEnum.kNoInference, e2InferredType := InferredTypeEnum.kNoInference,
solutionType := MateConstraintSolutionTypeEnum.kNoSolutionType,
biasPoint1 := Nothing, biasPoint2 := Nothing)
Thanks for your help!
Glenn
Solved! Go to Solution.