MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / is_oriented

Method is_oriented

python/pymesh/Mesh.py:177–183  ·  view source on GitHub ↗

Return true iff the mesh is consistently oriented. That is all non-bonary edges must represent locally 2-manifold or intersection of 2-manifold surfaces.

(self)

Source from the content-addressed store, hash-verified

175 return self._extra_info.is_closed()
176
177 def is_oriented(self):
178 """ Return true iff the mesh is consistently oriented.
179
180 That is all non-bonary edges must represent locally 2-manifold or
181 intersection of 2-manifold surfaces.
182 """
183 return self._extra_info.is_oriented()
184
185 @property
186 def vertices(self):

Callers 8

test_simpleMethod · 0.45
test_with_offsetMethod · 0.45
test_simpleMethod · 0.45
test_coplanarMethod · 0.45
test_near_coplanarMethod · 0.45
test_chainMethod · 0.45
print_extended_infoFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_simpleMethod · 0.36
test_with_offsetMethod · 0.36
test_simpleMethod · 0.36
test_coplanarMethod · 0.36
test_near_coplanarMethod · 0.36
test_chainMethod · 0.36