MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / GetFacet

Method GetFacet

src/Mod/Mesh/App/Core/Algorithm.cpp:2016–2019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2014}
2015
2016MeshFacetArray::_TConstIterator MeshRefPointToFacets::GetFacet(FacetIndex index) const
2017{
2018 return _rclMesh.GetFacets().begin() + index;
2019}
2020
2021const std::set<FacetIndex>& MeshRefPointToFacets::operator[](PointIndex pos) const
2022{

Callers 14

NearestFacetOnRayMethod · 0.45
RayNearestFieldMethod · 0.45
FirstFacetToVertexMethod · 0.45
FillupHoleMethod · 0.45
CheckFacetsMethod · 0.45
NearestPointFromPointMethod · 0.45
CutWithPlaneMethod · 0.45
GetFacetsFromPlaneMethod · 0.45
DistanceMethod · 0.45
GetNormalMethod · 0.45
NeighboursMethod · 0.45

Calls 2

beginMethod · 0.45
GetFacetsMethod · 0.45

Tested by

no test coverage detected