AnalysisTemplateControl class is used to obtain settings information of the analysis template.
The class can be called from Model class.
.
More...
Public Member Functions | |
| Variant | GetPartsFromSetting () |
| Returns a list of parts or part groups contained in the CAD model with the template applied. More... | |
| Variant | GetPartsFromTemplate () |
| Returns list of parts or parts group included in the template. More... | |
| Variant | GetSetsFromSetting () |
| Returns a list of sets included in the template. More... | |
| Variant | GetSetsFromTemplate () |
| Returns a list of sets included in the CAD model to which a template is applied. More... | |
| Variant | GetUnsetPartsFromSetting () |
| Returns a list of parts or parts group in the CAD model applied with a template that is not linked. More... | |
| Variant | GetUnsetPartsFromTemplate () |
| Returns list of parts or part group in the template that have not been linked with the CAD model. More... | |
| Variant | GetUnsetSetsFromSetting () |
| Returns a list of sets in the CAD model applied with a template that is not linked. More... | |
| Variant | GetUnsetSetsFromTemplate () |
| Returns a list of sets included in the template that is not linked with a CAD model. More... | |
| bool | IsAllPairsParts () |
| Returns True if there is a part in the active model paired with every part in the template. False is returned if there is a part that is not paired with a part in the template. More... | |
| bool | IsAllPairsSets () |
| Returns True if there is a set in the active model paired with every set in the template. False is returned if there is a set that is not paired with any set in the template. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
AnalysisTemplateControl class is used to obtain settings information of the analysis template.
The class can be called from Model class.
.
Example of creating the class object:
| Variant AnalysisTemplateControl::GetPartsFromSetting | ( | ) |
Returns a list of parts or part groups contained in the CAD model with the template applied.
The parts list above is exported in the following formats:
| Variant AnalysisTemplateControl::GetPartsFromTemplate | ( | ) |
Returns list of parts or parts group included in the template.
The list above is exported in the following formats:
| Variant AnalysisTemplateControl::GetSetsFromSetting | ( | ) |
| Variant AnalysisTemplateControl::GetSetsFromTemplate | ( | ) |
Returns a list of sets included in the CAD model to which a template is applied.
The list above is exported by the following formats:
| Variant AnalysisTemplateControl::GetUnsetPartsFromSetting | ( | ) |
Returns a list of parts or parts group in the CAD model applied with a template that is not linked.
The parts list above is exported in the following formats:
| Variant AnalysisTemplateControl::GetUnsetPartsFromTemplate | ( | ) |
Returns list of parts or part group in the template that have not been linked with the CAD model.
The parts list above is exported in the following formats:
| Variant AnalysisTemplateControl::GetUnsetSetsFromSetting | ( | ) |
Returns a list of sets in the CAD model applied with a template that is not linked.
The set list above is exported in the following formats:
| Variant AnalysisTemplateControl::GetUnsetSetsFromTemplate | ( | ) |
Returns a list of sets included in the template that is not linked with a CAD model.
The set list above is exported in the following formats:
| bool AnalysisTemplateControl::IsAllPairsParts | ( | ) |
Returns True if there is a part in the active model paired with every part in the template. False is returned if there is a part that is not paired with a part in the template.
| bool AnalysisTemplateControl::IsAllPairsSets | ( | ) |
Returns True if there is a set in the active model paired with every set in the template. False is returned if there is a set that is not paired with any set in the template.
| bool AnalysisTemplateControl::IsValid | ( | ) |
Returns True if an object is valid.