[Missing <summary> documentation for "P:PolyFramework.PFVertex.Faces"]
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IList<PFFace> Faces { get; set; }Public Property Faces As IList(Of PFFace)
Get
Set
public:
property IList<PFFace^>^ Faces {
IList<PFFace^>^ get ();
void set (IList<PFFace^>^ value);
}member Faces : IList<PFFace> with get, set
Property Value
Type:
IListPFFace
See Also