EdgeGetLoopsStartingFrom
Method
|
Gets an edge loop collection containing this
edge and the specified boundary loop.
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 BoundaryLoop
- [in] Boundary loop.
Return Value
EdgeLoopCollection
See Also