&SOLDAT(obj,{FACE|EDGE}[,IFERR,label:])
Returns the number of edges or faces in a specified body or face.
Read Only - Number - Greater Than or Equal to Zero
Parameter |
Description |
obj |
The object identifier of the body. |
FACE |
Minor word indicating that you want to return the number of faces. |
EDGE |
Minor word indicating that you want to return the number of edges. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. For example, an error will occur if obj is not properly defined. |