pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | List of all members
X3g::Plugin::IUtilities Class Reference

Utilities. More...

Public Member Functions

IImageLoadImageFromFile (System::String^ pFileName)
 Loads an image from a file. More...
 
double convertLengthUnit (double pValue, LengthUnit pFrom, LengthUnit pTo)
 Converts the given value from one length unit into another length unit. More...
 

Detailed Description

Utilities.

Member Function Documentation

double X3g::Plugin::IUtilities::convertLengthUnit ( double  pValue,
LengthUnit  pFrom,
LengthUnit  pTo 
)

Converts the given value from one length unit into another length unit.

X3g::Plugin::IImage X3g::Plugin::IUtilities::LoadImageFromFile ( System::String^  pFileName)

Loads an image from a file.