CustomObject

CustomObject

Overview

CustomObject is a class in Aspose.3D FOSS for Java. Inherits from: A3DObject.

CustomObject.CustomObject(name:String) creates a new CustomObject with the specified name.

This class provides 1 method for working with CustomObject objects in Java programs. Available methods include: CustomObject. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Description

CustomObject is a class in the Aspose.3D FOSS library for Java that exposes 7 methods and 2 properties for programmatic use. It extends A3DObject, inheriting shared functionality from its parent type.

The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.

Methods

SignatureDescription
CustomObject()Creates a new CustomObject with the specified name
CustomObject(name: String)

See Also