Analysis Solution |
Analysis Modeler |
Mesh Parts and Their AttributesAll different mesh parts and all their attributes |
| Quick Reference | ||
AbstractThe following reference article describes the different types of mesh parts, their attributes and usage. This paper explains two types of mesh part:
And also present some useful APIs to have access to the mesh part attributes : |
You can have access to the mesh part element type by using the method Get/SetGlobalSpecification with the input parameters "SAMElementsType".
...
CATIMSHMeshPart* piMeshPart = NULL;
hr=hMP->QueryInterface(IID_CATIMSHMeshPart,(void**)&piMeshPart);
if(piMeshPart)
{
CATUnicodeString SelectType ("SHELL");
piMeshPart->SetGlobalSpecification("SAMElementsType", SelectType);
piMeshPart->Release();piMeshPart=NULL;
}
|
The different types that can be retrieved or setted are :
SHELL = "Shell";
MEMBRANE = "Membrane";
SHEAR = "Shear Panel";
BEAM = "Beam";
BAR = "Bar";
[Top]
| Version: 1 [March 2007] | Document updated |
| Version: 1 [Jun 2003] | Document created |
| [Top] | |
Copyright © 2003, Dassault Systèmes. All rights reserved.