Skip to main content
12-Amethyst
April 21, 2015
Solved

flat view attributes

  • April 21, 2015
  • 1 reply
  • 1640 views

Does someone know how to inquire the :base_face, :flat_origin and :flat_direction of a flat view in annotation. I tried to do it with (sd-am-inq-view), but I can't find these things. We already create one flat view, but we want to have a sheet with a second flat that is completely the same like the first flat. So it would be handy to get these attributes out of the first one.

 

Does somebody know how to inquire this?

thanks in advance


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by rvanveerdeghem

(DOCU::DOCU-GET-FLAT-INFOS "~21")

Where "~21" is the unique drafting part number, this will return a complete structure of the flat view eg.:


(:GENERATE-STRING

  "( SHA_UNFOLD :BASE_FACE (SHA-GET-FACE-BY-SYSID \"093551-1431716069-1c42c54d36-0 759\" \"093551-1431716069-1c42c54d36-0 2434\") :LIST_ERROR_MESSAGES_ONLY :ON :LOCAL_FLAT_ORIGIN 94.0,2.0,0.0 :LOCAL_FLAT_DIRECTION -1.0,0.0,0.0 :OUTPUT_TO_VP :OFF :OUTPUT_TO_ME10 :ON :FILENAME :OFF :SUMMARY :OFF :BEND_ALLOWANCE_SHOP :CONE_BEND_ALLOWANCE_SHOP :SHARP_BEND_RADIUS 0.4 :DOCU_VIEW_NAME \"sha-flat1\" :SD_V \"093551-1431716069-1c42c54d36-0 1365504905\")"

  :PART-SYSID "093551-1431716069-1c42c54d36-0 759"

  :FACE-SYSID "093551-1431716069-1c42c54d36-0 2434"

  :SHOP-NAME "demoshop" :ENV-STRING

  "(mbu_set_flat_environment 0.4 0 16711680 255 255 32768 16711680 32768 16711680 32768 32768 16744448 16744448 32768 16711680 32768 16711680 32768 32768 32768 16711680 32768 16711680 32768 32768 0 1 3.5 0 0 0 0 0 T T T T 0 \"sha-flat\" T NIL 0.5 \"UP\" \"DOWN\" \"R\" \"ANG\" 3 3 T NIL NIL NIL T T T T 8421631 15132390 T T T 1 7 T T T T 8421631 15132390 NIL 16711935 16711935)"

  :LIST_ERROR_MESSAGES_ONLY :ON :LOCAL_FLAT_ORIGIN

  94.0,2.0,0.0 :LOCAL_FLAT_DIRECTION

  -1.0,0.0,0.0 :BEND_ALLOWANCE_FIXED NIL :CONE_ALLOWANCE NIL

  :SHARP_BEND_RADIUS 0.40000000000000002 :DOCU_VIEW_NAME

  "sha-flat1" :SD_V

  "093551-1431716069-1c42c54d36-0 1365504905")

1 reply

rvanveerdeghem12-AmethystAuthorAnswer
12-Amethyst
September 18, 2015

(DOCU::DOCU-GET-FLAT-INFOS "~21")

Where "~21" is the unique drafting part number, this will return a complete structure of the flat view eg.:


(:GENERATE-STRING

  "( SHA_UNFOLD :BASE_FACE (SHA-GET-FACE-BY-SYSID \"093551-1431716069-1c42c54d36-0 759\" \"093551-1431716069-1c42c54d36-0 2434\") :LIST_ERROR_MESSAGES_ONLY :ON :LOCAL_FLAT_ORIGIN 94.0,2.0,0.0 :LOCAL_FLAT_DIRECTION -1.0,0.0,0.0 :OUTPUT_TO_VP :OFF :OUTPUT_TO_ME10 :ON :FILENAME :OFF :SUMMARY :OFF :BEND_ALLOWANCE_SHOP :CONE_BEND_ALLOWANCE_SHOP :SHARP_BEND_RADIUS 0.4 :DOCU_VIEW_NAME \"sha-flat1\" :SD_V \"093551-1431716069-1c42c54d36-0 1365504905\")"

  :PART-SYSID "093551-1431716069-1c42c54d36-0 759"

  :FACE-SYSID "093551-1431716069-1c42c54d36-0 2434"

  :SHOP-NAME "demoshop" :ENV-STRING

  "(mbu_set_flat_environment 0.4 0 16711680 255 255 32768 16711680 32768 16711680 32768 32768 16744448 16744448 32768 16711680 32768 16711680 32768 32768 32768 16711680 32768 16711680 32768 32768 0 1 3.5 0 0 0 0 0 T T T T 0 \"sha-flat\" T NIL 0.5 \"UP\" \"DOWN\" \"R\" \"ANG\" 3 3 T NIL NIL NIL T T T T 8421631 15132390 T T T 1 7 T T T T 8421631 15132390 NIL 16711935 16711935)"

  :LIST_ERROR_MESSAGES_ONLY :ON :LOCAL_FLAT_ORIGIN

  94.0,2.0,0.0 :LOCAL_FLAT_DIRECTION

  -1.0,0.0,0.0 :BEND_ALLOWANCE_FIXED NIL :CONE_ALLOWANCE NIL

  :SHARP_BEND_RADIUS 0.40000000000000002 :DOCU_VIEW_NAME

  "sha-flat1" :SD_V

  "093551-1431716069-1c42c54d36-0 1365504905")