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)
Syntaxpublic static Point3d AverageVertexes(
IList<PFVertex> verts
)
Public Shared Function AverageVertexes (
verts As IList(Of PFVertex)
) As Point3d
public:
static Point3d AverageVertexes(
IList<PFVertex^>^ verts
)
static member AverageVertexes :
verts : IList<PFVertex> -> Point3d
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