vb.net - Is there a way to access Document Setting by code to uncheck the adaptivity box? -


i using vb net , macros create file in autodesk inventor 2014, placing , constraining between 2 other objects in assembly file. part adaptive , set adaptive in assembly. problem lies. part file won't able become adaptive. have found because of "adaptively used in assembly" box. reason becomes checked when part created. there command in vb.net access document settings , uncheck "adaptively used in assembly" box before set adaptive in assembly?

thank reading question, , hope hear suggestions.

parts , assemblies placed in assembly can adaptive in 1 assembly. sounds part placing has been set adaptive in assembly other assembly trying make adaptive in (sorry if sounds confusing). if part referenced in assembly, , adaptive there, can't adaptive anywhere else. can change adaptivity if not case. need reference occurrence of part in assembly document:

occurrenceofyourpart.adaptive = true; 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -