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