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

Is "TypeRef" in "STEP.g4" right? #59

Open
349516385 opened this issue Feb 23, 2020 · 0 comments
Open

Is "TypeRef" in "STEP.g4" right? #59

349516385 opened this issue Feb 23, 2020 · 0 comments

Comments

@349516385
Copy link

349516385 commented Feb 23, 2020

I used STEP.g4 to parse a stp file.A line in the 'DATA;' like this:

#10=SHAPE_REPRESENTATION_RELATIONSHIP('None','relationship between roheED7B45q6-None and roheED7B45q6-None',#22,#11);

"SHAPE_REPRESENTATION_RELATIONSHIP" is a "TypeRef" (whichi is difined in the "STEP.g4") while

TypeRef
	: CapitalLetter (CapitalLetter|Digit)*

They are not matched.

Where is wrong?Thanks a lot.

And it seems that the folloing sentence is not defiend in the grammar file ?

#209571=(LENGTH_UNIT()NAMED_UNIT(*)SI_UNIT(.MILLI.,.METRE.));

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

1 participant