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

No support for structures #9

Open
dangalg opened this issue Jun 26, 2019 · 0 comments
Open

No support for structures #9

dangalg opened this issue Jun 26, 2019 · 0 comments

Comments

@dangalg
Copy link

dangalg commented Jun 26, 2019

I make a structure for example:

PARTDEF = STRUCTURE
	
	-- the offset to pick the part when flipping from the O Ring
	OffsetFlip : ARRAY[NUMOFSIDES] OF XYZWPR
	
ENDSTRUCTURE

then I use it thus:

-- the part definitions
partDefinit : PARTDEF
partDefinit .OffsetFlip[CurrentSide].z

There is no auto complete for things like this

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