Functions | |
| def | copy_moved_edge (object, edge_index, vector) |
| def | copy_moved_edges (arguments) |
| def | move (objectslist, vector, copy=False) |
| def | move_edge (object, edge_index, vector) |
| def | move_vertex (object, vertex_index, vector) |
Variables | |
| def | copyMovedEdges = copy_moved_edges |
| def | moveEdge = move_edge |
| def | moveVertex = move_vertex |
Function Documentation
◆ copy_moved_edge()
| def draftfunctions.move.copy_moved_edge | ( | object, | |
| edge_index, | |||
| vector | |||
| ) |
Needed for SubObjects modifiers. Implemented by Dion Moult during 0.19 dev cycle (works only with Draft Wire).
Referenced by draftfunctions.move.copy_moved_edges().
◆ copy_moved_edges()
| def draftfunctions.move.copy_moved_edges | ( | arguments | ) |
Needed for SubObjects modifiers. Implemented by Dion Moult during 0.19 dev cycle (works only with Draft Wire).
References draftfunctions.move.copy_moved_edge().
◆ move()
| def draftfunctions.move.move | ( | objectslist, | |
| vector, | |||
copy = False |
|||
| ) |
move(objects,vector,[copy])
Move the objects contained in objects (that can be an object or a
list of objects) in the direction and distance indicated by the given
vector.
Parameters
----------
objectslist : list
vector : Base.Vector
Delta Vector to move the clone from the original position.
copy : bool
If copy is True, the actual objects are not moved, but copies
are created instead.
Return
----------
The objects (or their copies) are returned.
◆ move_edge()
| def draftfunctions.move.move_edge | ( | object, | |
| edge_index, | |||
| vector | |||
| ) |
Needed for SubObjects modifiers. Implemented by Dion Moult during 0.19 dev cycle (works only with Draft Wire).
References draftfunctions.move.moveVertex.
◆ move_vertex()
| def draftfunctions.move.move_vertex | ( | object, | |
| vertex_index, | |||
| vector | |||
| ) |
Needed for SubObjects modifiers. Implemented by Dion Moult during 0.19 dev cycle (works only with Draft Wire).
Variable Documentation
◆ copyMovedEdges
| def draftfunctions.move.copyMovedEdges = copy_moved_edges |
◆ moveEdge
| def draftfunctions.move.moveEdge = move_edge |
◆ moveVertex
| def draftfunctions.move.moveVertex = move_vertex |
Referenced by draftfunctions.move.move_edge().
1.8.17