Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Support short STEP entity names #7

Closed
sburzinski opened this issue Dec 13, 2024 · 1 comment
Closed

Request: Support short STEP entity names #7

sburzinski opened this issue Dec 13, 2024 · 1 comment

Comments

@sburzinski
Copy link

I received a STEP file created by NX 12.0 that contains short entity names as listed here in place of the typical names.

Processing this STEP file, STEP File Analyzer 5.24 creates

  1. A spreadsheet containing header information and circle, line, plane, and vector entities.
  2. A tree view of just the header
  3. A view empty of geometry

The NX Export STEP setting doing this may be the Short Names as described here.

Unfortunately, I cannot share the file, but here are some lines from it:

#10=PRDFRP(#14,#12);
#12=RPRSNT('',(#16),#429068);
#14=PRPDFN('pmi validation property','',#911);
#16=VLRPIT('number of annotations',COUNT_MEASURE(0.));
#18=CDSR(#308,#761);
#5757=FLARST('',(#6222));
#9748=FCOTBN('',#24698,.T.);
#16777=ADVFC('',(#20585,#20586),#7544,.F.);
#34321=ORNEDG('',*,*,#58897,.F.);
#57383=EDGCRV('',#49970,#49580,#78330,.T.);
#84860=STYITM('',(#88256),#66617);
#91950=CRVSTY('',#95094,POSITIVE_LENGTH_MEASURE(0.00708661417322835),#92564);
#93723=DPDCF('continuous');
#96384=A2PL3D('',#140148,#102819,#102820);
#113227=DRCTN('',(0.999999999999995,0.,0.));
#124747=CRTPNT('',(0.428865866888111,0.867130754742073,0.418960185321918));
#429117=UMWU(LENGTH_MEASURE(7.8740157480315E-7),#429122,
'DISTANCE_ACCURACY_VALUE','Maximum Tolerance applied to model');
#429118=(
NMDUNT(*)
SUNT($,.STERADIAN.)
SLANUN()
);
#429119=(
CNBSUN('DEGREE',#429120)
NMDUNT(#429124)
PLANUN()
);
#429120=PAMWU(PLANE_ANGLE_MEASURE(0.0174532925),#429121);
#429121=(
NMDUNT(*)
PLANUN()
SUNT($,.RADIAN.)
);
#429122=(
CNBSUN('INCH',#429125)
LNGUNT()
NMDUNT(#429123)
);
#429123=DMNEXP(1.,0.,0.,0.,0.,0.,0.);
#429124=DMNEXP(0.,0.,0.,0.,0.,0.,0.);
#429125=LMWU(LENGTH_MEASURE(25.4),#429126);
#429126=(
LNGUNT()
NMDUNT(*)
SUNT(.MILLI.,.METRE.)
);

Thank you

@robert-lipman
Copy link
Collaborator

robert-lipman commented Dec 17, 2024

STEP short names are not supported and are there NO plans to add support for them. See if you can get the STEP file exported with the typical long names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants