Click or drag to resize

PFVertexAverageVertexes Method

Gets the average point for a set of vertices

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static Point3d AverageVertexes(
	IList<PFVertex> verts
)

Parameters

verts
Type: System.Collections.GenericIListPFVertex

[Missing <param name="verts"/> documentation for "M:PolyFramework.PFVertex.AverageVertexes(System.Collections.Generic.IList{PolyFramework.PFVertex})"]

Return Value

Type: Point3d

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

See Also