VertexElementNormal

VertexElementNormal

개요

VertexElementNormal .NET에 대한 Aspose.3D FOSS의 클래스입니다. 다음의 사람으로부터 유산을 받은 경우: VertexElementFVector, IIndexedVertexElement.

VertexElementNormal.VertexElementNormal(mappingMode, referenceMade) 는 주어진 매핑 및 참조 모드를 사용하여 새로운 VertexElementNormal을 생성합니다.

이 클래스는 .NET 프로그램에서 VertexElementNormal 객체와 작업하는 6가지 방법을 제공합니다. 이용 가능한 방법에는 다음이 포함됩니다.: Clear, CopyTo, SetData, SetIndices, ToString, VertexElementNormal. 모든 퍼블릭 멤버들은 Aspose.3D FOSS for .NET 패키지를 설치한 후 어떤 .Net 애플리케이션에도 액세스할 수 있습니다. 성질: Data, Indices, MappingMode, Name, ReferenceMode, VertexElementType.

속성

이름유형Access설명
DataIArrayList<FVector4>읽으세요.데이터를 가져옵니다.
VertexElementTypeVertexElementType읽으세요.해당 유형을 가져옵니다
Namestring읽기/쓰기이름을 가져오거나 설정합니다.
MappingModeMappingMode읽기/쓰기요소가 매핑되는 방식을 가져오거나 설정합니다.
ReferenceModeReferenceMode읽기/쓰기요소가 참조되는 방식을 가져오거나 설정합니다.
IndicesIArrayList<int>읽으세요.인덱스 데이터를 가져옵니다

메서드

Signature설명
VertexElementNormal()VertexElementNormal 클래스의 새로운 인스턴스를 초기화합니다.
CopyTo(target: VertexElementFVector)지정된 요소에 데이터를 복사합니다.
SetData(data: FVector4[])데이터를 설정합니다.
Clear()직접 및 인덱스 배열에서 모든 요소를 제거합니다.
SetIndices(data: int[])인덱스 데이터를 설정합니다
ToString()정점 요소의 문자열 표현.

참조

 한국어