SimoneCRV
Guest
returning here, how exactly isetvalue3 is used?should be simple because in the method "isetvalue3 method (idimension)" set the configuration for the value change of the quota
returning here, how exactly isetvalue3 is used?should be simple because in the method "isetvalue3 method (idimension)" set the configuration for the value change of the quota
Try to read this discussion, maybe something good you pull out.returning here, how exactly isetvalue3 is used?
I solved, thank you.Try to read this discussion, maybe something good you pull out.
I unfortunately can't take tests in these days because I'm out.Distance Mate Macro - DASSAULT: SOLIDWORKS 3D Design - Eng-Tips
I posted some quickie mate macros some time back for coincident, concentric, and parallel mates in thread559-175155. I'd been wanting to do a distance mate, butwww.eng-tips.com
Isn't that unsuppressed? I press that I have not understood the macro, I am not pro like you...ahahaGood morning,
I noticed a problem.
I can suspend a "feature" object with a
swfeat.setsuppression (swcomponentsuppressionstate_e.swcomponentsuppressed)
but at its reactivation,
swfeat.setsuppression (swcomponentsuppressionstate_e.swcomponentfullyresolved)Nothing happens.
It turns out, but it doesn't turn on again.
where is the error?
I think you have to reactivate a feature while you're reactivating a componentGood morning,
I noticed a problem.
I can suspend a "feature" object with a
swfeat.setsuppression (swcomponentsuppressionstate_e.swcomponentsuppressed)
but at its reactivation,
swfeat.setsuppression (swcomponentsuppressionstate_e.swcomponentfullyresolved)
Nothing happens.
It turns out, but it doesn't turn on again.
where is the error?
|
This is true, but strangely to suspend it, does it also take swcomponent?I think you have to reactivate a feature while you're reactivating a component
( swcomponent(ii)
use method
setsuppression2 method (ifeature) because the other is obsolete since 2004
writing should be this:swfeat.setsuppression2(swfeaturesuppressionaction_e.swunsuppressfeature,swinconfigurationopts_e enumeration.swallconfiguration)
then decide in the second parameter on which configurations or all
you work everything, I'm fixing the userform graphics, so much to do the chic thingsMaybe some mistakes on the bees do it too... ; )
So it works now?
|
instead it is more difficult than expected.from that this is easy, volume and other properties of the part come out from the method
volume property (massproperty2)
in fact there is no possibility of obtaining mass properties for each configuration, this because the configuration is loaded and updated once you activate it.in fact if I make a debug.print modelcc.referencedconfiguration, known that it always turns on the same configuration.
but it is usually the same engine I used to change the odds, turn off/light components and features.
I can't understand where I'm wrong.
If it were to serve, I followed this example, properly modified then, to solve the problem. it is not necessary to cycle all configurations and at the end to activate the initial one.in fact there is no possibility of obtaining mass properties for each configuration, this because the configuration is loaded and updated once you activate it.
I think you have to cycle all configurations by activating them one at a time and obtaining mass properties. at the end let the configuration you started before the cycle.