public PluginSaveModelToFile()
 {
     Descriptor = new CommandDescriptor("save_model_to_file", "save model to file");
 }
예제 #2
0
        //private Plugin_v3_SingleGet_Services services;

        //[ImportingConstructorAttribute]
        public PluginB_v3()
        {
            Descriptor = new CommandDescriptor("pluginB_single_get", "command B");
            //this.services = services;
        }
 public MaterialsPropertiesCommand()
 {
     Descriptor = new CommandDescriptor("get_material_properties", "get materials properties");
 }
 public PluginMessageToModelHistory()
 {
     Descriptor = new CommandDescriptor("message_to_history", "Add message to history");
 }
 public MeasurementPropertiesCommand()
 {
     Descriptor = new CommandDescriptor("model_get_measurement_properties", "get_measurement_properties");
 }