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 provides 1 method for working with VertexElementSmoothingGroup objects in Typescript programs. Available methods include: constructor. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.

Description

VertexElementSmoothingGroup is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 0 properties for programmatic use. It extends VertexElementIntsTemplate, inheriting shared functionality from its parent type.

Core capabilities include: Creates a smoothing group with a name and optional mapping and reference modes. These operations enable developers to integrate vertexelementsmoothinggroup functionality directly into TypeScript applications.

Instances are created through a single constructor that initializes the object with default values.

Methods

SignatureDescription
constructor(name: string, mappingMode: MappingMode | null, referenceMode: ReferenceMode | null)Creates a smoothing group with a name and optional mapping and reference modes

See Also