using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FWindSoft.Revit.Mep
{
///
/// 连接管线
///
public interface IJoinCurve
{
///
/// 连接管线
///
///
///
bool Join(List elements, JoinContext context);
}
}