imprint_normal_projection# Modeler2D.imprint_normal_projection(assignment, keep_originals=True)[source]# Imprint the normal projection of objects over a sheet. Parameters: assignmentlistList of objects to imprint. The list can be of either Object3d objects or object IDs. keep_originalsbool, optionalWhether to keep the original objects. The default is True. Returns: boolTrue when successful, False when failed. References >>> oEditor.ImprintProjection