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)
Syntaxpublic PFFace(
int id,
IList<PFVertex> vertices
)
Public Sub New (
id As Integer,
vertices As IList(Of PFVertex)
)
public:
PFFace(
int id,
IList<PFVertex^>^ vertices
)
new :
id : int *
vertices : IList<PFVertex> -> PFFaceParameters
- 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