...
Expand | ||
---|---|---|
| ||
Function GetCoordinateSystems() Summary Returns the 'SpinFire.Scripting.API.Geometry.CoordinateSystemsData' object with collection of coordinate systems and possible message. Example Output Example |
Expand | ||
---|---|---|
| ||
Function ShowCoordinateSystem() Summary Shows the coordinate system. Parameters The name or index of the coordinate system. Example Output Example n/a |
Expand | ||
---|---|---|
| ||
Function HideCoordinateSystem() Summary Hides the coordinate system. Parameters The name or index of the coordinate system. Example Output Example n/a |
Expand | ||
---|---|---|
| ||
Function SelectItemsByTypes(itemTypes, clearSelection=true) Summary Selects the items by types. Parameters itemTypes(list(TreeItemType)): The types of the items.clearSelection(bool): The value indicates whether to clear all currently selected items. Example Output Example |
Expand | ||
---|---|---|
| ||
Function RenameSelectedItem(“new name“) Summary Renames the select item. Parameters The new name for the selected assembly. Example Output Example |