Exemple #1
0
 /*---------------------------------------------------------------------------------**//**
 * Starts place grouped hole element tool.
 * @bsimethod                                                              Bentley Systems
 *  /*--------------+---------------+---------------+---------------+---------------+------*/
 internal void StartPlaceGroupedHoleTool()
 {
     PlaceGroupedHoleTool.InstallNewInstance();
 }
Exemple #2
0
        /*---------------------------------------------------------------------------------**//**
        * Static method to initialize this tool from any class.
        * @bsimethod                                                              Bentley Systems
        *  /*--------------+---------------+---------------+---------------+---------------+------*/
        public static void InstallNewInstance()
        {
            PlaceGroupedHoleTool groupedHoleTool = new PlaceGroupedHoleTool(0, 0);

            groupedHoleTool.InstallTool();
        }