PFFaceGetAllConnectedFaces Method |
Gets all the connected faces to the face.
It will get all faces primal and pair using edge connections
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IEnumerable<PFFace> GetAllConnectedFaces()
Public Function GetAllConnectedFaces As IEnumerable(Of PFFace)
public:
IEnumerable<PFFace^>^ GetAllConnectedFaces()
member GetAllConnectedFaces : unit -> IEnumerable<PFFace>
Return Value
Type:
IEnumerablePFFacean enumerable of PFFace with all connected faces excluding self and pair
See Also