imprint_vector_projection# Modeler2D.imprint_vector_projection(assignment, vector_points, distance, keep_originals=True)[source]# Imprint the projection of objects over a sheet with a specified vector and distance. Parameters: assignmentlistList of objects to imprint. The list can be of either Object3d objects or object IDs. vector_pointslistList of [x,y,z] vector projection. distancestr, intDistance of Projection. keep_originalsbool, optionalWhether to keep the original objects. The default is True. Returns: boolTrue when successful, False when failed. References >>> oEditor.ImprintProjection