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)
Syntaxpublic IEnumerable<PFFace> GetConnectedFaces()
Public Function GetConnectedFaces As IEnumerable(Of PFFace)
public:
IEnumerable<PFFace^>^ GetConnectedFaces()
member GetConnectedFaces : unit -> IEnumerable<PFFace>
Return Value
Type:
IEnumerablePFFacean enumerable of PFFace with all connected self
See Also