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