public static BbOpening Create(BbElement hostElement, BbCoordinate2D position, BbProfile profile, SemHoleLocation location, bool through, string type) { var hole = new BbOpening(hostElement, position, profile, location, through, type); BbInstanceDB.AddToExport(hole); return(hole); }
public static BbOpening Create(BbElement hostElement, BbCoordinate2D position, BbProfile profile, SemHoleLocation location, bool through, string type) { var hole = new BbOpening(hostElement, position, profile, location, through, type); BbInstanceDB.AddToExport(hole); return hole; }