Click or drag to resize

Face3Item Property

Get or set face vertex by index.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int this[
	int idx
] { get; }

Parameters

idx
Type: SystemInt32
Must be in [0,2].

Return Value

Type: Int32
Vertex index.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionIs thrown when the index is not in [0,2].
See Also