BoundaryLoopGetVerticesStartingFrom
Method
|
Gets collection of vertices associated with
this loop starting from the specified vertex.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public LoopVertexCollection GetVerticesStartingFrom(
Vertex startFrom
)
Public Function GetVerticesStartingFrom (
startFrom As Vertex
) As LoopVertexCollection
public:
LoopVertexCollection^ GetVerticesStartingFrom(
Vertex^ startFrom
)
member GetVerticesStartingFrom :
startFrom : Vertex -> LoopVertexCollection
Parameters
- startFrom Vertex
- [in] Starting vertex.
Return Value
LoopVertexCollection
LoopEdgeCollection containing collection of vertices starting from
the specified vertex.
See Also