Link Search Menu Expand Document

ThreeDData Class

Represents a 3D data (.u3d) in PDF document.
Inheritance Hierarchy
SystemObject
Bytescout.PDFThreeDData

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class ThreeDData

The ThreeDData type exposes the following members.

Constructors
NameDescription
Public methodThreeDData(Stream)
Creates a new 3D data initialized from specified stream.
Public methodThreeDData(String)
Creates a new 3D data initialized from the specified existing file.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(Stream)
Saves the contents of this Bytescout.PDF.ThreeDData to the specified stream.
Public methodSave(String)
Saves the contents of this Bytescout.PDF.ThreeDData to the specified file.
Public methodToString (Inherited from Object.)
Top
See Also

Reference