|
Face3D Property
|
Gets or sets the index of node D of the face.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int D { get; set; }
Public Property D As Integer
Get
Set
public:
property int D {
int get ();
void set (int value);
}
member D : int with get, set
Property Value
Type:
Int32
See Also