Part Queries
xGetNumParts
Gets the number of parts from the given assembly node and model name.
int xGetNumParts(String sModel, String sAssembly)
return
Returns number of parts under the given assembly node and model.
sModel
Model name.
sAssembly
Assembly or group node name.
xGetNumTriangles
Gets the number of triangles from triangle sets associated with the given part and model.
int xGetNumTriangles(String sModel, String sPart)
return
Returns number of triangles associated with part and model.
sModel
CAE model name.
sPart
Part name associated with the model.
xGetNumLines
Gets the number of lines from line sets associated with the given part and model.
int xGetNumLines(String sModel, String sPart)
return
Returns number of lines associated with part and model.
sModel
CAE model name.
sPart
Part name associated with the model.
xGetNumPoints
Gets the number of points from point sets associated with the given part and model.
int xGetNumPoints(String sModel, String sPart)
return
Returns number of points associated with part and model.
sModel
CAE model name.
sPart
Part name associated with the model.
xGetNumNodes
Gets the number of nodes in the part for the given CAE model.
int xGetNumNodes(String sModel, String sPart)
return
Returns number of elements associated with the given part of CAE model.
sModel
CAE model name.
sPart
Part name associated with the model.
xGetNumElements
Gets the number of elements in the part for the given CAE model.
int xGetNumElements(String sModel, String sPart)
return
Returns number of elements associated with the given part of CAE model.
sModel
CAE model name.
sPart
Part name associated with the model.