Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleGet a Coordinate Systems List

Function

GetCoordinateSystems()

Summary

Returns the 'SpinFire.Scripting.API.Geometry.CoordinateSystemsData' object with collection of coordinate systems and possible message.

Example

Output Example

Expand
titleShow a Coordinate System

Function

ShowCoordinateSystem()

Summary

Shows the coordinate system.

Parameters

The name or index of the coordinate system.

Example

Output Example

n/a

Expand
titleHide a Coordinate System

Function

HideCoordinateSystem()

Summary

Hides the coordinate system.

Parameters

The name or index of the coordinate system.

Example

Image RemovedImage Added

Output Example

n/a

Expand
titleSelect Items By Types

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

Image Added

Output Example

Image Added
Expand
titleRename a Selected Assembly

Function

RenameSelectedItem(“new name“)

Summary

Renames the select item.

Parameters

The new name for the selected assembly.

Example

Image Added

Output Example

Image Added