ClusterCurve¶
vtool.maya_lib.deform.ClusterCurve (geometry, …) |
Convenience for clustering a curve. |
-
class
ClusterCurve
(geometry, name)¶ Convenience for clustering a curve.
-
set_cluster_u
(bool_value)¶ Not available on curves.
-
create
()¶ Create the clusters.
-
set_first_cluster_pivot_at_start
(bool_value)¶ Set the last cluster pivot to the end of the curve.
-
set_join_both_ends
(bool_value)¶ Clusters on the ends of the surface are joined together.
Parameters: bool_value (bool) – Wether to join the ends of the surface.
-
set_join_ends
(bool_value)¶ Clusters on the ends of the surface take up 2 cvs.
- Args:
- bool_value (bool): Wether 2 cvs at the start have one cluster, and 2 cvs on the end have one cluster.
-
set_last_cluster_pivot_at_end
(bool_value)¶ Set the last cluster pivot to the end of the curve.
-