|
Edge3Item Property
|
Get the vertex by index.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int this[
int idx
] { get; }
Public ReadOnly Default Property Item (
idx As Integer
) As Integer
Get
public:
property int default[int idx] {
int get (int idx);
}
member Item : int with get
Parameters
- idx
- Type: SystemInt32
Must be in [0,2].
Return Value
Type:
Int32Vertex index.
Exceptions
See Also