Click or drag to resize

Vertex3DItemCollectionItem Property

지정된 index의 Vertex3D 반환

Namespace: VIZCore3D.NET.Data
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public Vertex3D this[
	int index
] { get; }

Parameters

index  Int32
index

Return Value

Vertex3D
Vertex3D
See Also