namespace HStation.Model { /// /// 闷头 /// public class RevitBlunthead : RevitJunction { /// /// /// public RevitBlunthead() { } /// /// /// public RevitBlunthead(RevitBlunthead rhs) : base(rhs) { } } }