Skip to content

Exception: Requested binding {"symbol": "IntTools_CArray1OfReal"} does not exist! #286

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

Open
zhaosky opened this issue Dec 6, 2024 · 0 comments

Comments

@zhaosky
Copy link

zhaosky commented Dec 6, 2024

When I create a Custom Builds,and add a symbol IntTools_CArray1OfReal,complilated the yml and it report exception like that:Exception: Requested binding {"symbol": "IntTools_CArray1OfReal"} does not exist!
But I saw the opencascade.full.d.ts installed from npm,it has the IntTools_CArray1OfReal class.So How I custom builds with the class?
the code in opencascade.full.d.ts is:

export declare class IntTools_CArray1OfReal {
  Init(V: Quantity_AbsorbedDose): void;
  Resize(theNewLength: Graphic3d_ZLayerId): void;
  Destroy(): void;
  Length(): Graphic3d_ZLayerId;
  Append(Value: Quantity_AbsorbedDose): void;
  SetValue(Index: Graphic3d_ZLayerId, Value: Quantity_AbsorbedDose): void;
  Value(Index: Graphic3d_ZLayerId): Quantity_AbsorbedDose;
  ChangeValue(Index: Graphic3d_ZLayerId): Quantity_AbsorbedDose;
  IsEqual(Other: IntTools_CArray1OfReal): Standard_Boolean;
  delete(): void;
}
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