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

        public static Element ToRevit(this oM.Geometry.SettingOut.Level level, Document document, RevitSettings settings = null, Dictionary <Guid, List <int> > refObjects = null)
        {
            return(level.ToRevitLevel(document, settings, refObjects));
        }