EdgeGetLoopsStartingFrom Method
 | 
Namespace:  Teigha.BoundaryRepresentation
Assembly:  TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
 
public EdgeLoopCollection GetLoopsStartingFrom(
        BoundaryLoop startFrom
)
 
Public Function GetLoopsStartingFrom ( 
        startFrom As BoundaryLoop
) As EdgeLoopCollection
 
public:
EdgeLoopCollection^ GetLoopsStartingFrom(
        BoundaryLoop^ startFrom
)
 
member GetLoopsStartingFrom : 
        startFrom : BoundaryLoop -> EdgeLoopCollection 
 
 
 
Parameters
- startFrom
 
- Type: Teigha.BoundaryRepresentationBoundaryLoop
 
Return Value
Type: 
EdgeLoopCollection 
See Also