- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created a Family composed of many Sweep and Revolution elements. I chose the mechanical template as it allowed Rotation about all 3 axes. The Family represents a segmental lining ring for a pre-cast tunnel lining.
After instantiating the ring using the FamilySymbol, I need to rotate and translate the ring several times in order to correctly place it adjacent to the previous ring. In fact it needs to be rotated about all 3 axes, and then also aruond ist own central axis.
Following this post,
I unchecked "Always Vertical" and checked "Work plane based"
//Always vertical
famDoc.OwnerFamily.get_Parameter(BuiltInParameter.FAMILY_ALWAYS_VERTICAL).Set(0);
//Work plane based
famDoc.OwnerFamily.get_Parameter(BuiltInParameter.FAMILY_WORK_PLANE_BASED).Set(1);
But it does not resolve the error.
Could anyone please Point me to a solution?
dirk
Solved! Go to Solution.