Пример #1
0
 /*---------------------------------------------------------------------------------**//**
 * Starts modify grouped hole element tool.
 * @bsimethod                                                              Bentley Systems
 *  /*--------------+---------------+---------------+---------------+---------------+------*/
 internal void StartModifyGroupedHoleTool()
 {
     ModifyGroupedHoleTool.InstallNewInstance();
 }
Пример #2
0
        /*---------------------------------------------------------------------------------**//**
        * Static method to initialize this tool from any class.
        * @bsimethod                                                              Bentley Systems
        *  /*--------------+---------------+---------------+---------------+---------------+------*/
        public static void InstallNewInstance()
        {
            ModifyGroupedHoleTool modifyTool = new ModifyGroupedHoleTool();

            modifyTool.InstallTool();
        }