On 07/11/2015 02:56 PM, Mark wrote:
> I've updated the site. I think you'll find that it looks a bit better!
Looks fine.
"C? C++? Python?". . ."All are possible with STEPcode.
Examples →"
I've been using a mechanical CAD solvespace, exporting STEP,
importing that with mechanical CAD FreeCAD, and seeing that groups
of faces are wanted, where many many shells are "perceived" by FreeCAD.
Would stepcode be helpful for making a translator?
Where can I study STEP without buying the expensive standard document?
I'd like to understand output with many many sections like below separated by blank lines:
#5578=(
BOUNDED_SURFACE()
B_SPLINE_SURFACE(2,1,((#5579,#5580),(#5581,#5582),(#5583,#5584)),.UNSPECIFIED.,.F.,.F.,.F.)
B_SPLINE_SURFACE_WITH_KNOTS((3,3),(2,2),(0.000,1.000),(0.000,1.000),.UNSPECIFIED.)
GEOMETRIC_REPRESENTATION_ITEM()
RATIONAL_B_SPLINE_SURFACE(((1.0000000000,1.0000000000),(0.8506731675,0.8506731675),(1.0000000000,1.0000000000)))
REPRESENTATION_ITEM('')
SURFACE()
);
#5579=CARTESIAN_POINT('',(16.0145562687,83.0511566353,2.1560495212));
#5580=CARTESIAN_POINT('',(19.1094434484,14.8964486481,2.1560495212));
#5581=CARTESIAN_POINT('',(15.
9172447027,83.0467377429,
1.8628187695));
#5582=CARTESIAN_POINT('',(19.0121318824,14.8920297557,
1.8628187695));
#5583=CARTESIAN_POINT('',(16.1357106648,83.0566582242,1.6445355850));
#5584=CARTESIAN_POINT('',(19.2305978445,14.
9019502370,1.6445355850));
I'm thinking the blank lines separate independent lines. (Lines with no further cross references).