Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Second opTransform not working following same format as previous one

I am practicing some of my FeatureScript skills and understanding (sadly after having to take a break from FS) by creating a FeatureScript that makes three mate connectors in each of the three axis orientations for a selected mate connector location. I can't seem to figure out why this call line is not working when the opTransform above it does work. I have used this similar opMateConnector to opTransform workflow in the past and haven't had this issue.
Comments
.yAxis is not a thing. You have to use yAxis(MC)
Knew it was something simple, thanks for the fast response!