Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

A number of additional functionality has been added to SpinFire Ultimate scripting, primarliy focused around cooridate systems.

SpinFire Ultimate 11.10.1 adds the following features,

  • Get a coordinate systems list.

  • Show a coordinate system.

  • Hide a coordinate system.

  • Export the coordinate system's transformation matrix.

  • Select items by type.

  • Rename a selected assembly

 Get 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

 Show a Coordinate System

Function

ShowCoordinateSystem()

Summary

Shows the coordinate system.

Example

Output Example

n/a

 Hide a Coordinate System

Function

HideCoordinateSystem()

Summary

Hides the coordinate system.

Example

Output Example

n/a

  • No labels