]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/plugin.xml
SCL bindings to some G3D and Plant3D Java classes
[simantics/3d.git] / org.simantics.plant3d / plugin.xml
index e256683aa30ceb134c09d297c483ab54a1ef52b9..29f03e32f7d392644b72b7378416454831c33e71 100644 (file)
                label="New Plant"
                style="push">
          </command>
+         <command
+               commandId="org.simantics.plant3d.newCSGModel"
+               label="New CSG Model"
+               style="push">
+         </command>
       </menuContribution>
       <menuContribution
             allPopups="false"
             name="Plant3D commands">
       </category>
       <command
-            category="org.simantics.plant3d.category"
+            categoryId="org.simantics.plant3d.category"
             id="org.simantics.plant3d.newPlant"
             name="New Plant">
       </command>
+      <command
+            categoryId="org.simantics.plant3d.category"
+            id="org.simantics.plant3d.newCSGModel"
+            name="New CSG Model">
+      </command>
    </extension>
    <extension
          point="org.eclipse.ui.handlers">
             </with>
          </activeWhen>
       </handler>
+      <handler
+            class="org.simantics.g3d.csg.handler.NewCSGModelHandler"
+            commandId="org.simantics.plant3d.newCSGModel">
+      </handler>
    </extension>
    <extension
          point="org.simantics.project.feature">