Click or drag to resize

PFFaceGetConnectedFaces Method

Gets the connected faces to the face. It will get all faces only to the specified face Excludes pair and pair connections

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public IEnumerable<PFFace> GetConnectedFaces()

Return Value

Type: IEnumerablePFFace
an enumerable of PFFace with all connected self
See Also