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