PFoamPickVertexSingle Method |
Simple version of the above method that only returns a single vertex
Does not add any properties to the vertex.
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IList<PFVertex> PickVertexSingle()
Public Function PickVertexSingle As IList(Of PFVertex)
public:
IList<PFVertex^>^ PickVertexSingle()
member PickVertexSingle : unit -> IList<PFVertex>
Return Value
Type:
IListPFVertex[Missing <returns> documentation for "M:PolyFramework.PFoam.PickVertexSingle"]
See Also