destination_mesh_points property

destination_mesh_points property

Gets or sets the destination mesh points.

Definition:

@property
def destination_mesh_points(self):
    ...
@destination_mesh_points.setter
def destination_mesh_points(self, value):
    ...

See Also