API Documentation > Classes > Class pfcSession
Class pfcSession

package com.ptc.pfc.pfcSession;

public class
pfcSession


Description
Contains global CIP definitions for module "pfcSession"
User Guide References:
Creo-Related Interfaces:pfcSession, Sample Utility Class:pfcSession, Compatibility of Deprecated Methods:pfcSession, Session Objects:pfcSession, Getting the Session Object:pfcSession, Directories:pfcSession, File Handling:pfcSession, Configuration Options:pfcSession, Macros:pfcSession, Execution Rules:pfcSession, Colors and Line Styles:pfcSession, Writing a Message Using a Message Pop-up Dialog Box:pfcSession, Writing Messages to the Message Window:pfcSession, Writing Messages to an Internal Buffer:pfcSession, Reading Data from the Message Window:pfcSession, Displaying Feature Parameters:pfcSession, File Dialogs:pfcSession, Adding Custom Web Pages:pfcSession, Selection:pfcSession, Reading the Contents of the Selection Buffer:pfcSession, To Specify the Path for the Ribbon Definition File:pfcSession, Menus Buttons and Menus:pfcSession, Finding Creo Parametric Creo+ Commands:pfcSession, Getting a Model Object:pfcSession, Retrieving Models:pfcSession, Running Creo ModelCHECK:pfcSession, Registering Custom Checks:pfcSession, Custom Check Listeners:pfcSession, Creating Drawings from Templates:pfcSession, Obtaining Drawing Models:pfcSession, Selecting Drawing Tables and Cells:pfcSession, Solid:pfcSession, Getting a Window Object:pfcSession, Window Operations:pfcSession, Duplicating ModelItems:pfcSession, Access to Features:pfcSession, Adding a Customized Function to the Relations Dialog Box:pfcSession, Session Level Action Listeners:pfcSession, UI Command Action Listeners:pfcSession, Model Level Action listeners:pfcSession, Cancelling an ActionListener Operation:pfcSession, Export Instructions:pfcSession, Exporting 3D Geometry:pfcSession, Export Utilities:pfcSession, Importing 2D Models:pfcSession, Importing 3D Geometry:pfcSession, Printer Options:pfcSession, Placement Options:pfcSession, Model Options:pfcSession, Retrieving Simplified Representations:pfcSession, Connecting Via Connection ID:pfcSession, Launching a Creo TOOLKIT DLL:pfcSession, Creating Creo Object TOOLKIT Java Task Libraries:pfcSession, Launching Tasks from Creo Object TOOLKIT Java Task Libraries:pfcSession, Getting Mouse Input:pfcSession, Drawing a Mouse Box:pfcSession, Displaying Graphics:pfcSession, Selecting the Node from the External Application Tree:pfcSession, Accessing Information Before Registering a Server:pfcSession, Registering and Activating a Server:pfcSession, Information on Servers in Session:pfcSession, Workflow to Register a Server:pfcSession, Upload:pfcSession, Retrieval:pfcSession, Import and Export:pfcSession, File Copy:pfcSession, Utility APIs:pfcSession, Creo Object TOOLKIT Java Classes:pfcSession
Method Summary
static AppInfo
AppInfo_Create ( /*optional*/ CreoCompatibility Compatibility)
static Session
static Session
Creates a class object to hold the retrieve model information.
static void
SetSessionUndo (boolean setFlag)
Creates a newWSExportOptions object.
Method Detail
WSExportOptions_Create
WSExportOptions_Create
()
Creates a new WSExportOptions object.
User Guide References:
Returns:
The new object.
RetrieveModelOptions_Create
RetrieveModelOptions_Create
()
Creates a class object to hold the retrieve model information.
Returns:
A pointer to the object
MouseStatus_Create
MouseStatus_Create
(Point3D Position)
Parameters:
Position
Returns:
AppInfo_Create
static AppInfo
AppInfo_Create
( /*optional*/ CreoCompatibility Compatibility)
Parameters:
Compatibility
Returns:
GetCurrentSession
static Session
GetCurrentSession
()
Returns:
GetCurrentSessionWithCompatibility
static Session
GetCurrentSessionWithCompatibility
(CreoCompatibility compatibility)
Parameters:
compatibility
Returns:
SetSessionUndo
static void
SetSessionUndo
(boolean setFlag)
Parameters:
setFlag
Returns:
Was this helpful?