Design.isContactAnalysisEnabled Property
Parent Object: DesignDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Design.h>
Description
Gets and sets whether contact analysis is enabled for all components. This is the equivalent of the "Disable Contact / Enable Contact" command. If this if True then any contact analysis defined (either all or contact sets) is enabled. if False, then no contact analysis is performed.
Syntax
"design_var" is a variable referencing a Design object.
|
Property Value
This is a read/write property whose value is a boolean.Samples
Name | Description |
SliderJointMotion API Sample | Demonstrates creating a joint with slider joint motion. |