Click or drag to resize

PFoamPickEdges Method

[Missing <summary> documentation for "M:PolyFramework.PFoam.PickEdges(System.Collections.Generic.IList{PolyFramework.PFEdge})"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public IList<PFEdge> PickEdges(
	IList<PFEdge> available = null
)

Parameters

available (Optional)
Type: System.Collections.GenericIListPFEdge

[Missing <param name="available"/> documentation for "M:PolyFramework.PFoam.PickEdges(System.Collections.Generic.IList{PolyFramework.PFEdge})"]

Return Value

Type: IListPFEdge

[Missing <returns> documentation for "M:PolyFramework.PFoam.PickEdges(System.Collections.Generic.IList{PolyFramework.PFEdge})"]

See Also