Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to mirror a feature in the xComp component across a plane that was created in the axComp component.
Features created in the xComp mirrored just fine using the construction planes.
# Mirror pry slot across YZ plane
prySlotYZplane = axComp.constructionPlanes[0]
mirrorEntites.add(prySlotExt)
mirrorPrySlots = xComp.features.mirrorFeatures
mirrorInput = mirrorPrySlots.createInput(mirrorEntites, prySlotYZplane)
mirrorPrySlot = mirrorPrySlots.add(mirrorInput) <<< Line 578
In debugging I checked the axComp.constructionPlanes and it verified that two planes were created in the axComp compomponent.
But I am getting an error message I don't understand.
Brad Bylls
Solved! Go to Solution.