The HalfFaces of the polyhedral cell
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic List<PFFace> Faces { get; set; }Public Property Faces As List(Of PFFace)
Get
Set
public:
property List<PFFace^>^ Faces {
List<PFFace^>^ get ();
void set (List<PFFace^>^ value);
}member Faces : List<PFFace> with get, set
Property Value
Type:
ListPFFace
See Also