Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How do .stp file statements work?

Status
Not open for further replies.

rosy7_du

Newbie level 1
Joined
Jan 6, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
I just started my intern in an EDA company. Can any one help me understand the statements(schema actually) of a '.stp' file?? Basically how the 3D object is formed when we read in a STEP file viewer(e.g. IDA-STEP) ?

For example

#1=CARTESIAN_POINT('',(0.E0,5.15E-1,0.E0));
#2=DIRECTION('',(0.E0,1.E0,0.E0));
#3=DIRECTION('',(-1.E0,0.E0,0.E0));
#4=AXIS2_PLACEMENT_3D('',#1,#2,#3);
...

how these statements are working? and forming a 3D shape? I have searched a lot through google but did not find any good documentation related to this.

Thanks in advance.

Rosy
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top