|
|
|||||
| Package com.dassault_systemes.catweb.documents |
Class VPMDocument
|
| Class Hierarchy |
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
| Class Location |
| Class Description |
public class VPMDocument
This class represents a VPM Document
| Field Summary |
| Constructor Summary |
| 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)
Constructor with full parameters. |
| 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)
Constructor with CDM data access parameters. |
| VPMDocument(CDMDocument d)
Copy Constructor |
| VPMDocument(byte[] coid, byte[] compid, String caenv, String catab)
Constructor used when the model is in an assembly |
| Method Summary |
| Field Detail |
| Constructor Detail |
VPMDocument(byte[] _uuid, String _name, int _mnum, int _jmodelo, String _dbname, float[] _mat, byte[] _coid, byte[] _compid, String _caenv, String _catab)
_uuid_name_mnum_jmodelo_dbname_mat_coid_compid_caenv_catab
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.
_uuid_name_mnum_jmodelo_dbname_mat_coid_compid_caenv_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)
Constructor with CDM data access parameters.
VPMDocument(CDMDocument d)
Copy Constructor
d
VPMDocument(byte[] coid, byte[] compid, String caenv, String catab)
Constructor used when the model is in an assembly
coidcompidcaenvcatab| Method Detail |
Copyright © 2000, Dassault Systèmes. All rights reserved