Its been awhile since using PC-DMIS and I could really use some help.
I need the ARC length between two points on a radius.
I scavenged some code from you nice people but dont know whats next.
I attached a word doc for reference.
Thanks for any advice. I feel like I need to create a generic feature....
PT1 =FEAT/POINT,CARTESIAN,NO
THEO/<42.655,42.657,-0.75>,<-0.7070611,-0.7071525,0>
ACTL/<42.655,42.657,-0.75>,<-0.7070611,-0.7071525,0>
CONSTR/POINT,PIERCE,,RAD_FEA
PT2 =FEAT/POINT,CARTESIAN,NO
THEO/<-29.968,52.355,-0.75>,<0.496782,-0.8678754,0>
ACTL/<-29.968,52.355,-0.75>,<0.4965542,-0.8680057,0>
CONSTR/POINT,PIERCE,RAD_FEA,
ASSIGN/V1=ABS(PT2.PA-PT1.PA)
ASSIGN/V2=DEG2RAD(V1)*RAD_FEA.R
I need the ARC length between two points on a radius.
I scavenged some code from you nice people but dont know whats next.
I attached a word doc for reference.
Thanks for any advice. I feel like I need to create a generic feature....
PT1 =FEAT/POINT,CARTESIAN,NO
THEO/<42.655,42.657,-0.75>,<-0.7070611,-0.7071525,0>
ACTL/<42.655,42.657,-0.75>,<-0.7070611,-0.7071525,0>
CONSTR/POINT,PIERCE,,RAD_FEA
PT2 =FEAT/POINT,CARTESIAN,NO
THEO/<-29.968,52.355,-0.75>,<0.496782,-0.8678754,0>
ACTL/<-29.968,52.355,-0.75>,<0.4965542,-0.8680057,0>
CONSTR/POINT,PIERCE,RAD_FEA,
ASSIGN/V1=ABS(PT2.PA-PT1.PA)
ASSIGN/V2=DEG2RAD(V1)*RAD_FEA.R
Comment