Struct
Overview
Struct is a interface in Aspose.3D FOSS for Java.
Inherits from: Cloneable, Serializable.
Struct.clone() creates a copy of the struct instance while preserving its generic type.
This interface provides 2 methods for working with Struct objects in Java programs.
Available methods include: clone, copyFrom.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Methods
| Signature | Description |
|---|---|
clone() → T | Creates a copy of the struct instance while preserving its generic type |
copyFrom(src: T) | Copies the values from the source struct into this struct |