The (sub)list of edges sticking out of the primer 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<PFEdge> ExtEdges { get; set; }Public Property ExtEdges As IList(Of PFEdge)
Get
Set
public:
property IList<PFEdge^>^ ExtEdges {
IList<PFEdge^>^ get ();
void set (IList<PFEdge^>^ value);
}member ExtEdges : IList<PFEdge> with get, set
Property Value
Type:
IListPFEdge
See Also