PathScripts.PathPocketShape Namespace Reference

Classes

class  ObjectPocket
 

Functions

def Create (name, obj=None, parentJob=None)
 
def SetupProperties ()
 

Variables

 FeatureExtensions
 
 math = LazyLoader("math", globals(), "math")
 
 Part = LazyLoader("Part", globals(), "Part")
 
 PathUtils = LazyLoader("PathScripts.PathUtils", globals(), "PathScripts.PathUtils")
 
 TechDraw = LazyLoader("TechDraw", globals(), "TechDraw")
 

Function Documentation

◆ Create()

def PathScripts.PathPocketShape.Create (   name,
  obj = None,
  parentJob = None 
)
Create(name) ... Creates and returns a Pocket operation.

◆ SetupProperties()

def PathScripts.PathPocketShape.SetupProperties ( )

Variable Documentation

◆ FeatureExtensions

PathScripts.PathPocketShape.FeatureExtensions
Initial value:
1= LazyLoader(
2 "PathScripts.PathFeatureExtensions", globals(), "PathScripts.PathFeatureExtensions"
3)

◆ math

PathScripts.PathPocketShape.math = LazyLoader("math", globals(), "math")

◆ Part

PathScripts.PathPocketShape.Part = LazyLoader("Part", globals(), "Part")

◆ PathUtils

PathScripts.PathPocketShape.PathUtils = LazyLoader("PathScripts.PathUtils", globals(), "PathScripts.PathUtils")

◆ TechDraw

PathScripts.PathPocketShape.TechDraw = LazyLoader("TechDraw", globals(), "TechDraw")