Click or drag to resize

PFVertexWeightAverageVertexes Method

Gets the weighted average for a set of vertices Uses the influence value from each vertex in the average

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

Parameters

verts
Type: System.Collections.GenericIListPFVertex

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

Return Value

Type: Point3d
Average location
See Also