face_connectivity#
Bases:
TUIMenu
Contains options for fixing problems with face connectivity on the specified object face zones or boundary face zones.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
add_label_to_small_neighbors
(service, ...)Separates island object face zones from all connected neighbors and merges them to the connected neighboring face zone label based on minimum face count specified.
fix_deviations
(service, version, mode, path)Fixes deviations in the wrapped surface mesh by imprinting edges on the wrapped face zones.
fix_duplicate_faces
(service, version, mode, path)Removes duplicate faces.
fix_free_faces
(service, version, mode, path)Removes free faces by the method selected.
fix_invalid_normals
(service, version, mode, path)Fixes invalid normals by smoothing.
fix_islands
(service, version, mode, path)Deletes groups of island faces based on the absolute face count specified.
fix_multi_faces
(service, version, mode, path)Fixes multiply connected faces by a combination of deleting face fringes, overlapping faces, and disconnected faces.
fix_point_contacts
(service, version, mode, path)Fixes non-manifold configurations by removing point contacts.
fix_self_intersections
(service, version, ...)Fixes self intersecting or folded faces.
fix_slivers
(service, version, mode, path)Fixes faces based on skewness and height criteria.
fix_spikes
(service, version, mode, path)Fixes spiked faces based on the spike angle specified.
fix_steps
(service, version, mode, path)Fixes step configurations by smoothing or collapsing faces based on the angle and step width specified.
remove_label_from_small_islands
(service, ...)Change small disconnected island labels to their connected neighbors.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Separates island object face zones from all connected neighbors and merges them to the connected neighboring face zone label based on minimum face count specified.
Bases:
TUIMethod
Fixes deviations in the wrapped surface mesh by imprinting edges on the wrapped face zones. Specify the number of imprint iterations and aggressive imprint iterations to be performed.
Bases:
TUIMethod
Removes duplicate faces.
Bases:
TUIMethod
Removes free faces by the method selected. The methods available are:.
Bases:
TUIMethod
Fixes invalid normals by smoothing. Zone-specific or scoped prism settings should be applied prior to using this command.
Bases:
TUIMethod
Deletes groups of island faces based on the absolute face count specified.
Bases:
TUIMethod
Fixes multiply connected faces by a combination of deleting face fringes, overlapping faces, and disconnected faces. Specify the maximum number of fringe faces, overlapping faces, and multiply connected edges, respectively.
Bases:
TUIMethod
Fixes non-manifold configurations by removing point contacts.
Bases:
TUIMethod
Fixes self intersecting or folded faces. For fixing folded faces by smoothing, specify whether features should be imprinted.
Bases:
TUIMethod
Fixes faces based on skewness and height criteria. Height is the perpendicular distance between the longest edge of the triangle and the opposite node.
Bases:
TUIMethod
Fixes spiked faces based on the spike angle specified.
Bases:
TUIMethod
Fixes step configurations by smoothing or collapsing faces based on the angle and step width specified.
Bases:
TUIMethod
Change small disconnected island labels to their connected neighbors.