VertexElementSmoothingGroup

VertexElementSmoothingGroup

Overview

VertexElementSmoothingGroup is a class in Aspose.3D FOSS for TypeScript. Inherits from: VertexElementIntsTemplate.

VertexElementSmoothingGroup.constructor creates a smoothing group with a name and optional mapping and reference modes.

This class declares 6 methods for VertexElementSmoothingGroup objects in TypeScript programs. Available methods include: clear, constructor, copyTo, setData, setIndices. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package. Properties: data, indices, mappingMode, name, referenceMode, vertexElementType.

Properties

NameTypeAccessDescription
datanumber[]ReadGets the data.
indicesnumber[]ReadGets the indices.
vertexElementTypeVertexElementTypeReadGets the vertex element type.
namestringRead/WriteGets the name.
mappingModeMappingModeRead/WriteGets the mapping mode.
referenceModeReferenceModeRead/WriteGets the reference mode.

Methods

SignatureDescription
constructor(name: string, mappingMode: MappingMode | null, referenceMode: ReferenceMode | null)Creates a smoothing group with a name and optional mapping and reference modes
constructor(elementType: VertexElementType, name: string, mappingMode: MappingMode | null, referenceMode: ReferenceMode | null)Calls constructor(elementType, name, mappingMode, referenceMode) on this VertexElementSmoothingGroup instance.
setData(data: number[])Sets the data value.
setIndices(data: number[])Sets the indices value.
clear()Calls clear on this VertexElementSmoothingGroup instance.
copyTo(target: VertexElementIntsTemplate)Calls copyTo(target) on this VertexElementSmoothingGroup instance.

See Also

 English