brazerzkidaiprivate.blogg.se

Mesh to use in meshlab
Mesh to use in meshlab








mesh to use in meshlab

File Name: a classic str that represents the path of a file that is going to be saved or loaded by the filter.This parameter is of type int, which indicates the id of the mesh in the MeshSet

mesh to use in meshlab

  • Mesh: represents a parameter that links to one of the meshes contained in the MeshSet on which the filter is applied.
  • 4x4 Matrix: represents a 4x4 Matrix of floats, and the parameter can be of type numpy.ndarray] (a 4x4 numpy array of floats).
  • 3D Point (or 3D Vector): represents a 3D point or vector, and the parameter can be of type numpy.ndarray] (a numpy array containing three floats).
  • Color: represents a color, and the parameter can be of type pmeshlab.Color see the documentation of the pmeshlab.Color for further info.
  • These values type can be int or str see the documentation of the specific filter for further info
  • Enum: represents a parameter that can accept just one of a limited set of possible values.
  • pmeshlab.AbsoluteValue: the parameter will be treated as absolute value see the documentation of the pmeshlab.AbsoluteValue for further info.
  • pmeshlab.Percentage (recommended): the parameter will be treated as relative percentage value see the documentation of the pmeshlab.Percentage for further info.
  • This parameter can be of two different types:

    mesh to use in meshlab

    Percentage: represents a parameter that is relative to some other measure, specified in the documentation of the filter.Bounded Float: a classic float that is expected to be bounded between a min and a max value an out-of-bounds value will raise an exception.










    Mesh to use in meshlab