Habla sobre los modelos
3D view.
This view is able to show a 3D file (STEP or STL) using WebGL.
Template:
Display3D.html
Bases: openPLM.plmapp.decomposers.base.Decomposer
Decomposer of Document3D.
Bases: tuple
PartDoc(part_type, qty_form, cforms, name, is_assembly, prefix, ref)
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
Bases: tuple
Assembly(part_docs, name, visited, depth, type)
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
itemgetter(item, ...) –> itemgetter object
Return a callable object that fetches the given item(s) from its operand. After, f=itemgetter(2), the call f(r) returns r[2]. After, g=itemgetter(2,5,3), the call g(r) returns (r[2], r[5], r[3])
Paramètres: |
|
---|
When we demand the decomposition across the web form, the following tasks are realized
We check that the Document3D that contains the DocumentFile (stp_id) that will be decomposed has not been modified since the generation of the form
We check the validity of the information got in the form
then this one was depreciated (afterwards will be promoted)
The DocumentFile (stp_id) was locked (afterwards will be promoted)
We call the function generate_part_doc_links_AUX() (with the property transaction.commit_on_success)
- We generate the arborescense (product) of the DocumentFile (stp_id)
- The bom-child of Parts (in relation to the arborescense of the DocumentFile (stp_id)) has been generated
- For every ParentChildLink generated in the previous condition we attach all the Location_link relatives
- To every generated Part a Document3D has been attached and this document has been set like the attribute PartDecompose of the Part
- The attribute doc_id of every node of the arborescense (Product) is now the relative id of Document3D generated in the previous condition
- To every generated Document3D has been added a new empty(locked) DocumentFile STP
- The attribute doc_path of every node of the arborescense(Product) is now the path of DocumentFile STP generated in the previous condition
We update the indexes for the objects generated
We call the processus decomposer_all(with celeryd)
Paramètres: |
|
---|
It checks the validity of the forms contained in request
If the forms are not valid, it returns the information to refill the new forms contained in assemblies.
Refill assemblies with the different assemblies of the file step , we use index to mark and to identify the products that already have been visited
For every Assembly we have the next information:
Name of assembly
Visited , If assembly is sub-assembly of more than one assembly, this attribute will be False for all less one of the occurrences
If visited is False, we will be able to modify only the attributes Order , Quantity and Unit refered to the ParentChildLink in the form
If visited is not False , it will be a new id acording to index (>=1) generated to identify the assembly
Depth of assembly
obj_type , type of Part of Assembly
A list with the products that compose the assembly
for each element in the list:
- part_type contains the form to select the type of Part
- ord_quantity contains the forms to select Order , Quantity and Unit refered to the ParentChildLink
- creation_formset contains the form for the creation of the part selected in part_type and of one Document3D
- name_child_assemblies contains the name of the element
- is_assembly determine if the element is a single product or another assembly
- prefix contains the index of the assembly if he is visited for first time , else is False
- ref contains the index of the assembly if he was visited previously, else False
Paramètres: |
|
---|
Returns in assemblies a list initialized with the different assemblies of the file step
For every Assembly we have the next information:
Name of assembly
Visited , If assembly is sub-assembly of more than an assembly, this attribute will be False for all less one of the occurrences
If visited is False, we will be able to modify only the attributes Order , Quantity and Unit refered to the ParentChildLinkin in the form
If visited is not False , it will be a new id acording to index (>=1) generated to identify the assembly
Depth of assembly
obj_type , type of Part of Assembly
A list with the products that compose the assembly
for each element in the list:
- part_type contains the form to select the type of Part
- ord_quantity contains the forms to select Order , Quantity and Unit refered to the ParentChildLink
- creation_formset contains the form for the creation of the part selected in part_type and of one Document3D
- name_child_assemblies contains the name of the element
- is_assembly determine if the element is a single product or another assembly
- prefix contains the index of the assembly if he is visited for first time , else is False
- ref contains the index of the assembly if he was visited previously, else False
Paramètres: |
---|
Parses forms and generates:
Paramètres: |
|
---|
For one Product (product) and one Document3DController (Doc_controller), generates a DocumentFile with a file .stp emptily without indexation
It updates the attributes doc_id and doc_path of the Product (product) in relation of the generated DocumentFile
It updates the form of an assembly determined by prefix without recharging the whole page and respecting the information introduced up to the moment
The attributes can change depending on the type of part selected