modelerName()

Synopsis

Returns a string describing the "modeler" of the "host" environment in which the Intent Kernel is embedded. Typically, this is a "solid modeling" system. For Inventor host, it returns the string , "Inventor". For other hosts, it will return a different string , indicating the modeler used in the host environment. If there is no modeler, that will be indicated by returning the empty string , "".

Syntax

modelerName ( ) As String 

Example 1

Intent >modelerName() 
--> "Inventor"