Message 1 of 5
Placing Pipe accessory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have tried to Place Pipe accessory using Revit API
_mainDoc.Create.NewFamilyInstance(_placmentPt, familySymbol, _refDir, _mepEle, StructuralType.NonStructural);
//_refDir is same direction of pipe
//_mepEle is the host
but using this method is not rotating the Pipe accessory like in this video. It places the accessory perpendicular to the pipe and no way to rotate it and also it doesn't divide the pipe as shown in this picture.after placment
So how to do such behaviour using Revit API ?