v1.1
 
Style Namespace Reference

Functions

nil SetDetailedGeometry (ModelGeometry geometry)
 Sets the detailed geometry for the object style.
 
nil SetSymbolicGeometry (ModelGeometry geometry)
 Sets the symbolic geometry for the object style.
 
nil SetSymbolGeometry (ModelGeometry geometry)
 Sets the symbol geometry for the object style.
 
table GetParameterValues ()
 Returns a table of parameter values.
 
ParameterGroup GetParameterGroup (string groupName)
 Returns a group of parameters by name.
 
Parameter GetParameter (string groupName, string paramName)
 Returns a parameter by group name and parameter name.
 
Port GetPort (string name)
 Returns the port by name.
 

Function Documentation

◆ GetParameterValues()

table Style::GetParameterValues ( )

Returns a table of parameter values.

Returns
Table of parameter values of the form [group name][parameter name][parameter value].