How to add your knowledge

modelerName()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1

    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"