In this case, the solution should be pretty easy. Since you're going to represent the fixture body with a single Extrusion, you won't need a Nested Family. You can use a Sweep Extrusion and use Reference Planes to control the angle. I'll briefly explain my steps for a simple solution, starting with a blank Lighting Fixture family.
1. Create two Reference Planes; one to determine the height of each side of the fixture, create a Parameter for each, and then constrain with a Dimensional Constraint.
2. Create two vertical Reference Planes if you want the center of the Fixture as the Base Point or one Reference Plane if you want one end to be the Base Point.
3. Create the Parameters to control the Fixture Body's Length, and Height and Width (if desired). Now, the horizontal span of the fixture will not be equal to the Fixture's specified Length if it is hung at an angle. Create another Length Parameter to constrain the horizontal Length. Use the formula:
= sqrt(FixtureLength ^ 2 - abs(SuspLength1 - SuspLength2) ^ 2) (using pythagorean theorem)
4. Create a Sweep Extrusion, and draw the Path between the two appropriate intersections of Reference Planes. They should constrain themselves. As a tip, if you are ever drawing a Path at an angle, draw the first segment as a small, level line so it will be easier to draw the Profile. When completed, go back and delete the extraneous Path line.
5. Create the Sweep's Profile and apply the Fixture's Dimensional Parameters as Constraints, if desired.
6. Model the cables, if desired. Models Lines work well for simple cables.
Again, this is very brief so don't hesitate to ask questions. Attached is a sample Family file (Revit 2013). Try creating your own - don't just use the example file!
Corey D. ──────────────────────────────────────────────────────────────────────⁞|⁞ Please use .Accept as Solution and Give Kudos as appropriate to further enhance these forums. Thank you!