Message 1 of 2
Split with gap for walls! alternatives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey , I want to split wall with gap in point that i add in wall curve but as i see in revit api forum there is no way to do .
that.
double gap = 30;
foreach (XYZ point in verPoints)
{
PostableCommand.SplitWithGap(activeView, point,gap);
}
is there any other ways to do that?
thank you.