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