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

RFEM_Toolkit:reduce number of COM calls on Create #19

Open
MartinHenriksen opened this issue Jul 16, 2019 · 0 comments
Open

RFEM_Toolkit:reduce number of COM calls on Create #19

MartinHenriksen opened this issue Jul 16, 2019 · 0 comments
Assignees
Labels
severity:low Doesn't stop/slow current workflow size:M Measured in hours

Comments

@MartinHenriksen
Copy link
Contributor

currently there is 1 COM call for each object created, e.g. modelData.SetMember(singleMember) when multible objects are created this should be done with a single COM call: modelData.SetMembers(MemberArray)

@MartinHenriksen MartinHenriksen added severity:low Doesn't stop/slow current workflow size:M Measured in hours labels Jul 16, 2019
@MartinHenriksen MartinHenriksen self-assigned this Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity:low Doesn't stop/slow current workflow size:M Measured in hours
Projects
None yet
Development

No branches or pull requests

1 participant