Classes | |
class | CommandConnect |
class | CommandCutout |
class | CommandEmbed |
class | FeatureConnect |
class | FeatureCutout |
class | FeatureEmbed |
class | ViewProviderConnect |
class | ViewProviderCutout |
class | ViewProviderEmbed |
Functions | |
def | addCommands () |
def | cmdCreateJoinFeature (name, mode) |
def | getIconPath (icon_dot_svg) |
def | getParamRefine () |
def | makeConnect (name) |
def | makeCutout (name) |
def | makeEmbed (name) |
Variables | |
translate = FreeCAD.Qt.translate | |
def BOPTools.JoinFeatures.addCommands | ( | ) |
def BOPTools.JoinFeatures.cmdCreateJoinFeature | ( | name, | |
mode | |||
) |
cmdCreateJoinFeature(name, mode): generalized implementation of GUI commands.
Referenced by BOPTools.JoinFeatures.CommandConnect.Activated(), BOPTools.JoinFeatures.CommandEmbed.Activated(), and BOPTools.JoinFeatures.CommandCutout.Activated().
def BOPTools.JoinFeatures.getIconPath | ( | icon_dot_svg | ) |
Referenced by BOPTools.JoinFeatures.ViewProviderConnect.getIcon(), BOPTools.JoinFeatures.ViewProviderEmbed.getIcon(), BOPTools.JoinFeatures.ViewProviderCutout.getIcon(), BOPTools.JoinFeatures.CommandConnect.GetResources(), BOPTools.JoinFeatures.CommandEmbed.GetResources(), and BOPTools.JoinFeatures.CommandCutout.GetResources().
def BOPTools.JoinFeatures.getParamRefine | ( | ) |
def BOPTools.JoinFeatures.makeConnect | ( | name | ) |
makeConnect(name): makes an Connect object.
def BOPTools.JoinFeatures.makeCutout | ( | name | ) |
makeCutout(name): makes an Cutout object.
def BOPTools.JoinFeatures.makeEmbed | ( | name | ) |
makeEmbed(name): makes an Embed object.
BOPTools.JoinFeatures.translate = FreeCAD.Qt.translate |