Beispiel #1
0
        /***************************************************/

        public static ElementType ElementType(this IBHoMObject bHoMObject, Document document, RevitSettings settings = null)
        {
            return(bHoMObject.ElementType(document, bHoMObject.BuiltInCategories(document), settings));
        }