Analysis Attributes
 
Functions Introduced:
ProAnalysisAttrSet()
ProAnalysisAttrIsSet()
These functions allow you to get and set certain attributes on a toolkit-based analysis. The only attribute defined in the current release is PROANALYSIS_COMPUTE_OFF. If this is set, the compute and result callbacks will not be called during regeneration of the model. If the toolkit-based analysis belongs to a feature, the geometry of the feature will be frozen until the PROANALYSIS_COMPUTE_OFF is unset again. If the feature geometry includes a surface curve, the 3D location of the curve will be recalculated during regeneration in accordance with the existing UV curves definition but using the new geometry of the surface. This means the curve remains in the surface even if the surface moves while COMPUTE_OFF is TRUE.
Use the PROANALYSIS_COMPUTE_OFF attribute to temporarily turn off the toolkit-based analysis to save time when making other changes to the model.
这对您有帮助吗?