design-automation / mobius-parametric-modeller

Möbius for parametric modelling.
https://design-automation.github.io/mobius-parametric-modeller/
MIT License
10 stars 6 forks source link

position xyz attribute table representation #543

Closed derekpung closed 5 years ago

derekpung commented 5 years ago

image

we access the xyz attributes using x value: ps@xyz[0] y value: ps@xyz[1] z value: ps@xyz[2]

and access 'attrib' attribute using attrib value: ps@attrib

so I think it will be more consistent if the attribute viewer header for xyz values remains as xyz[index]

instead of separating to specifically "x", "y", and "z"

danielcai1987 commented 5 years ago

fixed in Dev version