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