Click or drag to resize

PFFace Constructor (Int32, IListPFVertex)

Initializes a new instance of the PFFace class

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public PFFace(
	int id,
	IList<PFVertex> vertices
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:PolyFramework.PFFace.#ctor(System.Int32,System.Collections.Generic.IList{PolyFramework.PFVertex})"]

vertices
Type: System.Collections.GenericIListPFVertex

[Missing <param name="vertices"/> documentation for "M:PolyFramework.PFFace.#ctor(System.Int32,System.Collections.Generic.IList{PolyFramework.PFVertex})"]

See Also