VertexGetLoopsStartingFrom
Method
|
Gets a vertex loop collection containing this
vertex and the specified boundary loop.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public VertexLoopCollection GetLoopsStartingFrom(
BoundaryLoop startFrom
)
Public Function GetLoopsStartingFrom (
startFrom As BoundaryLoop
) As VertexLoopCollection
public:
VertexLoopCollection^ GetLoopsStartingFrom(
BoundaryLoop^ startFrom
)
member GetLoopsStartingFrom :
startFrom : BoundaryLoop -> VertexLoopCollection
Parameters
- startFrom BoundaryLoop
- [in] Boundary loop.
Return Value
VertexLoopCollection
VertexLoopCollection containing this vertex and the specified
Boundary loop.
See Also