The (sub)list of incomplete faces sticking outside of the exterior primer cell - this applies to dual only
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IList<PFFace> ExtFaces { get; set; }Public Property ExtFaces As IList(Of PFFace)
Get
Set
public:
property IList<PFFace^>^ ExtFaces {
IList<PFFace^>^ get ();
void set (IList<PFFace^>^ value);
}member ExtFaces : IList<PFFace> with get, set
Property Value
Type:
IListPFFace
See Also