Exemple #1
0
 public ReceiveLocalComponent() : base("Local Receive", "LR",
                                       "Receives data locally, without the need of a Speckle Server. NOTE: updates will not be automatically received.",
                                       "Speckle 2", "   Send/Receive")
 {
     BaseWorker = new ReceiveLocalWorker(this);
     SetDefaultKitAndConverter();
 }
 public ReceiveLocalComponent() : base("Local Receive", "LR",
                                       "Receives data locally, without the need of a Speckle Server. NOTE: updates will not be automatically received.",
                                       ComponentCategories.SECONDARY_RIBBON, ComponentCategories.LOCAL)
 {
     BaseWorker = new ReceiveLocalWorker(this);
     SetDefaultKitAndConverter();
 }