CHILD LABEL
|
----- Final Object
|
---- TopFace
|
---- Bottom Face
|
---- FrontFace
|
---- BackFace
I want my Final Object to be constructed from the sublabels NammingShapes TopFace,...,BackFace. i want to able to modify only one of the faces, and reconstruct the final object latter from the sublabels TopFace,....,BackFace.
Is there a way to do that?
i think i need TNaming_Tool tool, but the manual's is not clear to me.
Could someone give me an example using TNaming_Tool?
Discussion
5 archived replies
Posts are displayed in their archived order.
01Commenter-1
Hi:
I think the "TNaming_Tool" that can let you retrieve back the shape that has been stored in the OCAF. The sample is as following:
Then, give the "display" function, again. That will be change the shape on the screen. If you need.
Wish it can help you.
Commenter-1
02Author
Thanks shawn,
this is my first attempt to work with TNamming_Tool package. And what if my finalobjectLabel is empty? it's mandatory have a nammedShape in the finalObjectLabel? I don't know if my question has any sense!
Can you give-me a more detailed example to better understand how TNamming_Builder works?
My goal it's to have the finalobject faces on the sublevel's (of the finalobjec). i'd like to treat a face independently of the the other faces, so i
can apply modifications to only one face. After doing the modification to the face, i want to reconstruct the object.