Struct
Overview
Struct is a interface in Aspose.3D FOSS for Java.
Struct.clone returns a new instance that is a copy of this struct.
This interface provides 2 methods for working with Struct objects in Java programs.
Available methods include: clone, copyFrom.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Description
Struct is an interface in Aspose.3D FOSS for Java that defines a contract with 2 methods. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: Copies the values from the source struct into this struct. These operations enable developers to integrate struct functionality directly into Java applications.
Methods
| Signature | Description |
|---|---|
clone() → T | Returns a new instance that is a copy of this struct |
copyFrom(src: T) | Copies the values from the source struct into this struct |