source_mesh_points property

source_mesh_points property

Gets or sets the source mesh points.

Definition:

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

See Also