Dear members,
I check the command 'hm_getentityvalue entityType' in help doc of hypermesh, and get the following:
'hm_getentityvalue entityType name_or_id valueString outputFlag searchType'
and:
'valueString Template system data name.' there is no detail for this one, I use hypermesh for abaqus 2d.
So how to get 'Template system data name' correctly? There is any doc about it?
'entityType The type of the entity.' there is no detail for this parameter either. How to find the doc about these kinds of parameters?
I tried the following sentences in my TCL file:
set Nz [hm_getentityvalue SURFACES '+2' 'normalz' 0]
puts $fid $Nz
And I check output file there is only '0' was outputted. But in my model the normal of surface with id 2 is same with negative z axis. What's wrong in above code?
Any suggestions or hints will be greatly appreciated.
Richard.