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