Classes | |
class Side | |
Functions | |
def arcToHelix (edge, z0, z1) | |
def cmdsForEdge (edge, flip=False, useHelixForBSpline=True, segm=50, hSpeed=0, vSpeed=0) | |
def combineConnectedShapes (shapes) | |
def commandEndPoint (cmd, defaultPoint=Vector(), X='X', Y='Y', Z='Z') | |
def diffAngle (a1, a2, direction='CW') | |
def edgeConnectsTo (edge, vector, error=Tolerance) | |
def edgeForCmd (cmd, startPoint) | |
def edgesMatch (e0, e1, error=Tolerance) | |
def flipEdge (edge) | |
def flipWire (wire) | |
def getAngle (vector) | |
def helixToArc (edge, z=0) | |
def isHorizontal (obj) | |
def isRoughly (float1, float2, error=Tolerance) | |
def isVertical (obj) | |
def pointsCoincide (p1, p2, error=Tolerance) | |
def removeDuplicateEdges (wire) | |
def speedBetweenPoints (p0, p1, hSpeed, vSpeed) | |
def splitArcAt (edge, pt) | |
def splitEdgeAt (edge, pt) | |
def translate (context, text, disambig=None) | |
def wireForPath (path, startPoint=Vector(0, 0, 0)) | |
def wiresForPath (path, startPoint=Vector(0, 0, 0)) | |
def xy (point) | |
Variables | |
CmdMove | |
CmdMoveAll | |
CmdMoveArc | |
CmdMoveCCW | |
CmdMoveCW | |
CmdMoveRapid | |
CmdMoveStraight | |
OddsAndEnds | |
Part | |
Tolerance | |
Function Documentation
◆ arcToHelix()
def PathScripts.PathGeom.arcToHelix | ( | edge, | |
z0, | |||
z1 | |||
) |
References PathScripts.PathGeom.cmdsForEdge(), and PathScripts.PathGeom.edgeForCmd().
Referenced by PathScripts.PathGeom.splitEdgeAt().
◆ cmdsForEdge()
def PathScripts.PathGeom.cmdsForEdge | ( | edge, | |
flip = False , |
|||
useHelixForBSpline = True , |
|||
segm = 50 , |
|||
hSpeed = 0 , |
|||
vSpeed = 0 |
|||
) |
References PathScripts.PathGeom.isRoughly(), PathScripts.PathGeom.pointsCoincide(), PathScripts.PathGeom.speedBetweenPoints(), and PathScripts.PathGeom.xy().
Referenced by PathScripts.PathGeom.arcToHelix().
◆ combineConnectedShapes()
def PathScripts.PathGeom.combineConnectedShapes | ( | shapes | ) |
References PathScripts.PathGeom.isRoughly().
◆ commandEndPoint()
def PathScripts.PathGeom.commandEndPoint | ( | cmd, | |
defaultPoint = Vector() , |
|||
X = 'X' , |
|||
Y = 'Y' , |
|||
Z = 'Z' |
|||
) |
Referenced by PathScripts.PathGeom.edgeForCmd(), PathScripts.PathGeom.wireForPath(), and PathScripts.PathGeom.wiresForPath().
◆ diffAngle()
def PathScripts.PathGeom.diffAngle | ( | a1, | |
a2, | |||
direction = 'CW' |
|||
) |
Referenced by PathScripts.PathGeom.edgeForCmd().
◆ edgeConnectsTo()
def PathScripts.PathGeom.edgeConnectsTo | ( | edge, | |
vector, | |||
error = Tolerance |
|||
) |
References PathScripts.PathGeom.pointsCoincide().
◆ edgeForCmd()
def PathScripts.PathGeom.edgeForCmd | ( | cmd, | |
startPoint | |||
) |
References PathScripts.PathGeom.commandEndPoint(), PathScripts.PathGeom.diffAngle(), PathScripts.PathGeom.getAngle(), PathScripts.PathGeom.isRoughly(), PathScripts.PathGeom.pointsCoincide(), and PathScripts.PathGeom.xy().
Referenced by PathScripts.PathGeom.arcToHelix(), PathScripts.PathGeom.wireForPath(), and PathScripts.PathGeom.wiresForPath().
◆ edgesMatch()
def PathScripts.PathGeom.edgesMatch | ( | e0, | |
e1, | |||
error = Tolerance |
|||
) |
References PathScripts.PathGeom.pointsCoincide().
Referenced by PathScripts.PathGeom.removeDuplicateEdges().
◆ flipEdge()
def PathScripts.PathGeom.flipEdge | ( | edge | ) |
Referenced by PathScripts.PathGeom.flipWire().
◆ flipWire()
def PathScripts.PathGeom.flipWire | ( | wire | ) |
References PathScripts.PathGeom.flipEdge().
◆ getAngle()
def PathScripts.PathGeom.getAngle | ( | vector | ) |
Referenced by PathScripts.PathGeom.edgeForCmd().
◆ helixToArc()
def PathScripts.PathGeom.helixToArc | ( | edge, | |
z = 0 |
|||
) |
Referenced by PathScripts.PathGeom.splitEdgeAt().
◆ isHorizontal()
def PathScripts.PathGeom.isHorizontal | ( | obj | ) |
References PathScripts.PathGeom.isRoughly(), and PathScripts.PathGeom.isVertical().
Referenced by PathScripts.PathGeom.isVertical().
◆ isRoughly()
def PathScripts.PathGeom.isRoughly | ( | float1, | |
float2, | |||
error = Tolerance |
|||
) |
Referenced by PathScripts.PathGeom.cmdsForEdge(), PathScripts.PathGeom.combineConnectedShapes(), PathScripts.PathGeom.edgeForCmd(), PathScripts.PathGeom.isHorizontal(), PathScripts.PathGeom.isVertical(), PathScripts.PathGeom.pointsCoincide(), and PathScripts.PathGeom.speedBetweenPoints().
◆ isVertical()
def PathScripts.PathGeom.isVertical | ( | obj | ) |
References PathScripts.PathGeom.isHorizontal(), and PathScripts.PathGeom.isRoughly().
Referenced by PathScripts.PathGeom.isHorizontal().
◆ pointsCoincide()
def PathScripts.PathGeom.pointsCoincide | ( | p1, | |
p2, | |||
error = Tolerance |
|||
) |
References PathScripts.PathGeom.isRoughly().
Referenced by PathScripts.PathGeom.cmdsForEdge(), PathScripts.PathGeom.edgeConnectsTo(), PathScripts.PathGeom.edgeForCmd(), and PathScripts.PathGeom.edgesMatch().
◆ removeDuplicateEdges()
def PathScripts.PathGeom.removeDuplicateEdges | ( | wire | ) |
References PathScripts.PathGeom.edgesMatch().
◆ speedBetweenPoints()
def PathScripts.PathGeom.speedBetweenPoints | ( | p0, | |
p1, | |||
hSpeed, | |||
vSpeed | |||
) |
References PathScripts.PathGeom.isRoughly(), and PathScripts.PathGeom.xy().
Referenced by PathScripts.PathGeom.cmdsForEdge().
◆ splitArcAt()
def PathScripts.PathGeom.splitArcAt | ( | edge, | |
pt | |||
) |
Referenced by PathScripts.PathGeom.splitEdgeAt().
◆ splitEdgeAt()
def PathScripts.PathGeom.splitEdgeAt | ( | edge, | |
pt | |||
) |
References PathScripts.PathGeom.arcToHelix(), PathScripts.PathGeom.helixToArc(), and PathScripts.PathGeom.splitArcAt().
◆ translate()
def PathScripts.PathGeom.translate | ( | context, | |
text, | |||
disambig = None |
|||
) |
◆ wireForPath()
def PathScripts.PathGeom.wireForPath | ( | path, | |
startPoint = Vector(0, 0, 0) |
|||
) |
References PathScripts.PathGeom.commandEndPoint(), and PathScripts.PathGeom.edgeForCmd().
◆ wiresForPath()
def PathScripts.PathGeom.wiresForPath | ( | path, | |
startPoint = Vector(0, 0, 0) |
|||
) |
References PathScripts.PathGeom.commandEndPoint(), and PathScripts.PathGeom.edgeForCmd().
◆ xy()
def PathScripts.PathGeom.xy | ( | point | ) |
Referenced by PathScripts.PathGeom.cmdsForEdge(), PathScripts.PathGeom.edgeForCmd(), and PathScripts.PathGeom.speedBetweenPoints().
Variable Documentation
◆ CmdMove
PathScripts.PathGeom.CmdMove |
◆ CmdMoveAll
PathScripts.PathGeom.CmdMoveAll |
◆ CmdMoveArc
PathScripts.PathGeom.CmdMoveArc |
◆ CmdMoveCCW
PathScripts.PathGeom.CmdMoveCCW |
◆ CmdMoveCW
PathScripts.PathGeom.CmdMoveCW |
◆ CmdMoveRapid
PathScripts.PathGeom.CmdMoveRapid |
◆ CmdMoveStraight
PathScripts.PathGeom.CmdMoveStraight |
◆ OddsAndEnds
PathScripts.PathGeom.OddsAndEnds |
◆ Part
PathScripts.PathGeom.Part |
◆ Tolerance
PathScripts.PathGeom.Tolerance |