Value > MAXWrapper > Modifier > Mesh_Select |
Mesh Select Parameters Rollout
Get/Set the state of the By Vertex option.
When set to true, selecting a vertex in Face, Polygon or Element mode will select all faces, polygons or elements sharing that vertex.
Get/Set the state of the Ignore Backgfaces option.
When set to true, only faces with normals facing the viewer can be selected.
Get/Set the state of the Ignore Visible Edges option.
When set to true, selecting a face will also select all connected faces whose normals are within the specified planar threshold.
Get/Set the Planar Thresh. value.
It specifies the angle threshold used by the Ignore Visible Edges option.
Get/Set the Material ID value in the "Select by Material ID" group of controls.
Get/Set the state of the Use Soft Selection option.
When set to true, the soft selection will be enabled.
Get/Set the state of the Edge Distance option.
When set to true, the Edge Distance value will be used.
Get/Set the Edge Distance value.
When .softselUseEdgeDistance is set to true, it specifies the number of edges to include in the soft selection.
Get/Set the state of the Affect Backfacing option.
When set to true, the Vertices belonging to back-facing faces will also be affected if within the Soft Selection Falloff range.
It specifies the falloff range until the soft selection reaches an influence of 0.
See the getVertSelection(),getFaceSelection(), and getEdgeSelection() functions in Editable_Mesh for information about accessing the current selections in the Mesh_Select modifier.