Package com.dassault_systemes.catweb.documents |
java.lang.Object
|
+-com.dassault_systemes.catweb.documents.Document
|
+-com.dassault_systemes.catweb.documents.DocumentV4
|
+-com.dassault_systemes.catweb.documents.CDMDocument
|
+-com.dassault_systemes.catweb.documents.VPMDocument
Framework : PortalBase
Module : PLBdocuments
public class VPMDocument
This class represents a VPM Document
VPMDocument(byte[] _uuid, String _name, int _mnum, int _jmodelo, String _dbname, float[] _mat, byte[] _coid, byte[] _compid, String _caenv, String _catab)
|
VPMDocument(byte[] _uuid, String _name, int _mnum, int _jmodelo, String _dbname, double[] _mat, byte[] _coid, byte[] _compid, String _caenv, String _catab)
|
VPMDocument(String dbname, float[] mat, byte[] coid, byte[] compid, String caenv, String catab)
|
VPMDocument(String dbname, double[] mat, byte[] coid, byte[] compid, String caenv, String catab)
|
VPMDocument(CDMDocument d)
|
VPMDocument(byte[] coid, byte[] compid, String caenv, String catab)
|
VPMDocument
VPMDocument(byte[] _uuid, String _name, int _mnum, int _jmodelo, String _dbname, float[] _mat, byte[] _coid, byte[] _compid, String _caenv, String _catab)
- Parameters:
_uuid
- - the uuid of the document.
_name
- - the name of the document.
_mnum
- - the mnum of the document.
_jmodelo
- - the jmodelo of the document.
_dbname
- - the dbname ofthe document in the databse.
_mat
- - the matrix for the position of the document in the scene.
_coid
- - the coid of the document in the database.
_compid
- - the compid of the document in the database.
_caenv
- - the caenv of the document in the database.
_catab
- - the catab of the document in the database.
VPMDocument
VPMDocument(byte[] _uuid, String _name, int _mnum, int _jmodelo, String _dbname, double[] _mat, byte[] _coid, byte[] _compid, String _caenv, String _catab)
Constructor with full parameters.
Usually used when the model is in a CDM database.
- Parameters:
_uuid
- - the uuid of the document.
_name
- - the name of the document.
_mnum
- - the mnum of the document.
_jmodelo
- - the jmodelo of the document.
_dbname
- - the dbname ofthe document in the databse.
_mat
- - the matrix for the position of the document in the scene.
_coid
- - the coid of the document in the database.
_compid
- - the compid of the document in the database.
_caenv
- - the caenv of the document in the database.
_catab
- - the catab of the document in the database.
VPMDocument
VPMDocument(String dbname, float[] mat, byte[] coid, byte[] compid, String caenv, String catab)
VPMDocument
VPMDocument(String dbname, double[] mat, byte[] coid, byte[] compid, String caenv, String catab)
Constructor with CDM data access parameters.
VPMDocument
VPMDocument(CDMDocument d)
Copy Constructor
- Parameters:
d
- - the CDMDocument to copy.
VPMDocument
VPMDocument(byte[] coid, byte[] compid, String caenv, String catab)
Constructor used when the model is in an assembly
- Parameters:
coid
- - the coid of the document in the database.
compid
- - the compid of the document in the database.
caenv
- - the caenv of the document in the database.
catab
- - the catab of the document in the database.
Copyright © 2000, Dassault Systèmes. All rights reserved