marcellosgamb / SIMPLEX

This is the repo for the simplex dynamo package workflows
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

PropFrame.SetModifiers #3

Closed iartkore closed 5 years ago

iartkore commented 5 years ago

Describe the bug PropFrame.SetModifiers node in SRTUCTURE/Dynamo_for_Etabs_2017 is constructed with "Value" variable as an output, while it is an input variable

PropFrame SetModifiers

Steps to Reproduce I was trying to alter property modifiers of existing sections

Expected behavior "Value" variable should be constructed as an input

int SetModifiers( string Name, ref double[] Value )

My setup

marcellosgamb commented 5 years ago

Thx Will adjust


From: iartkore notifications@github.com Sent: Saturday, July 6, 2019 1:28:33 PM To: marcellosgamb/SIMPLEX Cc: Subscribed Subject: [marcellosgamb/SIMPLEX] PropFrame.SetModifiers (#3)

Describe the bug PropFrame.SetModifiers node in SRTUCTURE/Dynamo_for_Etabs_2017 is constructed with "Value" variable as an output, while it is an input variable

[PropFrame SetModifiers]https://user-images.githubusercontent.com/47659986/60760893-b7237600-9ff1-11e9-8d33-fcb3b4dbec80.png

Steps to Reproduce I was trying to alter property modifiers of existing sections

Expected behavior "Value" variable should be constructed as an input

int SetModifiers( string Name, ref double[] Value )

My setup

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/marcellosgamb/SIMPLEX/issues/3?email_source=notifications&email_token=ABOZGEP7OBD5NUSOQAH7HRDP6D57DA5CNFSM4H6UGQWKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5VUECQ, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABOZGENPEPNFSHZ6WMQ2GV3P6D57DANCNFSM4H6UGQWA.

marcellosgamb commented 5 years ago

fixed see latest simplex package and image image

iartkore commented 5 years ago

This is great! It is getting more than awesome. Thank you!