hm_getsolidmappablestate
Returns the mappable state of the specified solid.
Syntax
hm_getsolidmappablestate solid_id
Type
HyperMesh Tcl Query Command
Description
- -1 - Not evaluated for mappability
- 0 - Unmappable
- 1 - 1-direction mappable
- 3 - 3-direction mappable
Inputs
- solid_id
- The ID of the solid geometry to query.
Example
hm_getsolidmappablestate 10
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0.102