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