Click or drag to resize

Vertex3DItemCollectionItem Property

지정된 index의 Vertex3D 반환

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

Parameters

index
Type: SystemInt32
index

Return Value

Type: Vertex3D
Vertex3D
See Also