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