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

SoVMRLTransform.setMatrix doesn't accept a parameter #97

Open
FredEPr opened this issue Jul 12, 2022 · 0 comments
Open

SoVMRLTransform.setMatrix doesn't accept a parameter #97

FredEPr opened this issue Jul 12, 2022 · 0 comments

Comments

@FredEPr
Copy link

FredEPr commented Jul 12, 2022

I'm having an issue while trying to use the method setMatrix of the class SoVMRLTransform. It doesn't require any parameter:

n = pivy.coin.SoVRMLTransform()
help(n.setMatrix)

Help on method setMatrix in module pivy.coin:
setMatrix() -> 'void' method of pivy.coin.SoVRMLTransform instance
    setMatrix(SoVRMLTransform self)

If I try the same with the class SoTransform I get:

n = pivy.coin.SoTransform()
help(n.setMatrix)
Help on method setMatrix in module pivy.coin:

setMatrix(mat: 'SbMatrix') -> 'void' method of pivy.coin.SoTransform instance
    setMatrix(SoTransform self, SbMatrix mat)

This method requires a SbMatrix parameter.
I'm using pivy 0.6.6 in FreeCAD 0.20 on Windows 10.

I think it's a pivy issue because the setMatrix method in coin requires a parameter:
void setMatrix(const SbMatrix & matrix);

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