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

DE Wrapper Ignored some configuration parameters #203

Closed
dpasukhi opened this issue Dec 19, 2024 · 0 comments · Fixed by #257
Closed

DE Wrapper Ignored some configuration parameters #203

dpasukhi opened this issue Dec 19, 2024 · 0 comments · Fixed by #257
Assignees
Labels
1. Data Exchange Import/Export or iterating of the CAD data 2. Bug Something isn't working 5. Internal
Milestone

Comments

@dpasukhi
Copy link
Member

Description

Some parameters from the ConfigurationNode are not used for DE formats.
The main logic for DE Wrapper is use ONLY internal parameters and these parameters must be duplicate the all available option by old interfaces.
The example with STP - we do not use StepParamerers structure, but only create a local object by default.
Needs to validate all open source classes to use all parameters truly

Expected Behavior

Changing of ConfigurationNode parameters will impact on reading or writing process

Actual Behavior

Some parameters are ignored

Sample Code or DRAW Tcl Script

Check all *_ConfigurationNode and *_Provider to using parameters.

Operating System

Linux

Compiler

GCC

Bitness

64-bit

OCCT Version

latest

Additional Files

No response

@dpasukhi dpasukhi added 2. Bug Something isn't working 1. Data Exchange Import/Export or iterating of the CAD data labels Dec 19, 2024
@dpasukhi dpasukhi added this to the Release 7.9 milestone Dec 19, 2024
@dpasukhi dpasukhi changed the title DE Wrapper Ignoring some configuration parameters DE Wrapper Ignored some configuration parameters Dec 19, 2024
@dpasukhi dpasukhi linked a pull request Jan 29, 2025 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in Maintenance Jan 29, 2025
@dpasukhi dpasukhi moved this from Done to Todo in Maintenance Jan 29, 2025
@dpasukhi dpasukhi moved this from Todo to Done in Maintenance Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Data Exchange Import/Export or iterating of the CAD data 2. Bug Something isn't working 5. Internal
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants