::SetDetailsForThisEntity
This command is used to request if the entities contained within a registered entity (container) are to be displayed in the browser.
Syntax
::model::SetDetailsForThisEntity argHandle
Application
MotionView Tcl
Description
This command is used to request if the entities contained within a registered entity (container) are to be displayed in the browser.
Inputs
- argHandle
- A handle to the entity that this information is requested for.
Example
::model::GetHandleFromFullVarname mod MODEL
mod InterpretEntity pthandle PointPair p_0 "\"Point0\""
::model::ShowDetailsForThisEntity pthandle # It returns false (Point is not container)
::model::ShowDetailsForThisEntity mod # It returns true (Model is a container)
pthandle ReleaseHandle
mod ReleaseHandle
Errors
On successful execution of the command it will return true or false.