Hi Guys. I am new to Prosteel. Please forgive me if my question is stupid.
Saying I have a beam with Polycut in it, I need to calculate the coordinate for each point. I found some information like
"
Coordinates of Polycut 0
Origin X=586540.0000 Y=284600.0000 Z=97846.0000
End X=596540.0000 Y=284600.0000 Z=97846.0000
X_axis X= 0.0000 Y= 1.0000 Z= 0.0000
Y_axis X= 0.0000 Y= 0.0000 Z= 1.0000
Coordinates of Used Polygon for Polycut
Vertex=0 X= -162.5000 Y= -174.0000 B= 0.0000
Vertex=1 X= -162.5000 Y= -137.5000 B= -0.4142
......
"
I know I can use these to come up with the coordinates I need. But my question is that is there any lisp function I can use to get these kind of information.
I use PScomwrapper.KS_comshape and comshapeinfo, and can only get middle line, the polycut number, and so on.