draftgeoutils.geometry Namespace Reference

Functions

def are_coplanar (shape_a, shape_b, tol=-1)
 
def calculatePlacement (shape)
 
def find_plane (shape, tol=-1)
 
def findDistance (point, edge, strict=False)
 
def findPerpendicular (point, edgeslist, force=None)
 
def get_normal (shape, tol=-1)
 
def get_spline_normal (edge, tol=-1)
 
def get_spline_surface_normal (shape, tol=-1)
 
def getRotation (v1, v2=App.Vector(0, 0, 1))
 
def is_planar (shape, tol=-1)
 
def is_straight_line (shape, tol=-1)
 
def mirror (point, edge)
 

Variables

def getNormal = get_normal
 
def getSplineNormal = get_spline_normal
 
def isPlanar = is_planar
 
 Part = lz.LazyLoader("Part", globals(), "Part")
 

Variable Documentation

◆ Part

draftgeoutils.geometry.Part = lz.LazyLoader("Part", globals(), "Part")