SAP CL_GUI_ECL_3DMEASUREMENT OO Class - Measurement Module for 3D Viewer









CL_GUI_ECL_3DMEASUREMENT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_GUI_ECL_3DMEASUREMENT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_GUI_ECL_3DMEASUREMENT is CL_GUI_CONTROL

Method list of CL_GUI_ECL_3DMEASUREMENT SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CLEAR_ALLRemoves all MeasurementsPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>CLEAR_ALL...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>CONSTRUCTOR...more details

CREATE_TOOLBARGenerates a Standard Toolbar with all Measurement FunctionsPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>CREATE_TOOLBAR...more details

GET_SETTINGSReturns the Settings for MeasurementsPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>GET_SETTINGS...more details

JAVA_SET_PREFERENCESPLATIN ONLY! Creates Dialog Box for PreferencesPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>JAVA_SET_PREFERENCES...more details

REGISTER_TOOLBAR_EVENTSClass-Specific! Registers the Toolbar EventsPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>REGISTER_TOOLBAR_EVENTS...more details

SET_APROXIMATE_MODESwitch to Exact Measurement only for NURBS Models PossiblePublic
CALL METHOD cl_gui_ecl_3dmeasurement=>SET_APROXIMATE_MODE...more details

SET_DISPLAY_UNITCalibrates the 3D Model Currently LoadedPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>SET_DISPLAY_UNIT...more details

SET_LIMITLimits the Number of Measurements DisplayedPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>SET_LIMIT...more details

SET_MEASUREMENT_ENABLEDActivates the 3D Viewer in Measurement ModePublic
CALL METHOD cl_gui_ecl_3dmeasurement=>SET_MEASUREMENT_ENABLED...more details

SET_MEASUREMENT_MODEMeasurement Mode (Single Point, Length, Chains, Fans)Public
CALL METHOD cl_gui_ecl_3dmeasurement=>SET_MEASUREMENT_MODE...more details

SET_PICKFEATURE_FILTERSets the Status of the Pick Feature ManagerPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>SET_PICKFEATURE_FILTER...more details

SET_SETTINGSSettings for Measurements (Colors, Lines, Fonts)Public
CALL METHOD cl_gui_ecl_3dmeasurement=>SET_SETTINGS...more details

UNDOUndoes the last SelectionPublic
CALL METHOD cl_gui_ecl_3dmeasurement=>UNDO...more details



CL_GUI_ECL_3DMEASUREMENT attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
ACTUAL_MEA_SETTINGSInstance AttributeCurrent SettingsLIKE
ACTUAL_SETTINGS
Private
ASSIGNED_VIEWERInstance AttributeAssociated 3D ViewerLIKE
CL_GUI_ECL_3DVIEWER
Public
CHAIN_MODEConstantMeasurement Mode: Chained Points2LIKE
I
Public
DOUBLE_MODEConstantMeasurement Mode: Length Measurement1LIKE
I
Public
FAN_MODEConstantMeasurement Mode: Fans3LIKE
I
Public
SINGLE_MODEConstantMeasurement Mode: Single Pont0LIKE
I
Public
THIS_TOOLBARInstance AttributeToolbar of Measurement ObjectLIKE
CL_GUI_TOOLBAR
Public




CL_GUI_ECL_3DMEASUREMENT types

ACTUAL_SETTINGS - Current Settings

Links to Related Class(s)

CL_GUI_E...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!