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