◆ 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).
◆ copyMovedEdges
◆ moveEdge
◆ moveVertex