PFVertexRemoveDuplicates Method |
Culls the PFVertex duplicates based on their position in 3d space
MAKE SURE TO REMOVE also the corresponding edges
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic static IList<PFVertex> RemoveDuplicates(
IList<PFVertex> pottentialDuplicates,
double tollerance
)
Public Shared Function RemoveDuplicates (
pottentialDuplicates As IList(Of PFVertex),
tollerance As Double
) As IList(Of PFVertex)
public:
static IList<PFVertex^>^ RemoveDuplicates(
IList<PFVertex^>^ pottentialDuplicates,
double tollerance
)
static member RemoveDuplicates :
pottentialDuplicates : IList<PFVertex> *
tollerance : float -> IList<PFVertex>
Parameters
- pottentialDuplicates
- Type: System.Collections.GenericIListPFVertex
[Missing <param name="pottentialDuplicates"/> documentation for "M:PolyFramework.PFVertex.RemoveDuplicates(System.Collections.Generic.IList{PolyFramework.PFVertex},System.Double)"]
- tollerance
- Type: SystemDouble
[Missing <param name="tollerance"/> documentation for "M:PolyFramework.PFVertex.RemoveDuplicates(System.Collections.Generic.IList{PolyFramework.PFVertex},System.Double)"]
Return Value
Type:
IListPFVertex[Missing <returns> documentation for "M:PolyFramework.PFVertex.RemoveDuplicates(System.Collections.Generic.IList{PolyFramework.PFVertex},System.Double)"]
See Also