BasePrintOrganizer.get_printpoint_up_vector
- BasePrintOrganizer.get_printpoint_up_vector(path, k, normal)[source]
Returns the printpoint up-vector so that it is orthogonal to the path direction and the normal
- Parameters:
path (
compas_slicer.geometry.Path
)k (the index of the point in path.points that the PrintPoint represents)
normal (
compas.geometry.Vector
)