|
|
|
|
@ -11,7 +11,7 @@ from typing import List
@@ -11,7 +11,7 @@ from typing import List
|
|
|
|
|
import rdp |
|
|
|
|
from .utils import * |
|
|
|
|
from freecad.LaserCladdingWorkbench.path import LaserPath |
|
|
|
|
|
|
|
|
|
from pivy import coin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class LaserPad: |
|
|
|
|
@ -126,6 +126,8 @@ class ViewProviderLaserPad:
@@ -126,6 +126,8 @@ class ViewProviderLaserPad:
|
|
|
|
|
def attach(self, vobj): |
|
|
|
|
self.Object = vobj.Object |
|
|
|
|
self.ViewObject = vobj |
|
|
|
|
self.standard = coin.SoGroup() |
|
|
|
|
vobj.addDisplayMode(self.standard,"Standard"); |
|
|
|
|
|
|
|
|
|
def getDisplayModes(self, obj): |
|
|
|
|
"'''Return a list of display modes.'''" |
|
|
|
|
|