Base

Creo Base category

CAD (CREO/ProE) object
This version of the CAD objects Documentation is specific to CREO and Pro Engineer Automation. The Products "CAD_System" property determines whic...
Thu, 11 Jun, 2020 at 10:17 AM
CAD.CreateSelectionFromString(s) method
Create a Selection Object from a passed in string NOTE: the "/" is a Unix slash, not a windows Slash "\" Parameters selection (string...
Sun, 14 Jun, 2020 at 1:30 PM
CAD.Connect() method
Connects to the CAD Application/System manually (if not already connected) Return Value none Remarks This method is completely optional, it is exposed t...
Sun, 14 Jun, 2020 at 1:34 PM
CAD.CurrentDirectory() Property
This is a read write property value (can be assigned to or read from) Gets or Sets the Current Working Directory in the CAD Environment. Return Value The...
Sun, 14 Jun, 2020 at 1:35 PM
CAD.Disconnect() method
Disconnects from the CAD Application/System manually (if already connected) Return Value none Remarks This method is completely optional, it is exposed ...
Sun, 14 Jun, 2020 at 1:36 PM
CAD.EraseUndisplayedModels() method
Causes the CAD Application/System to Clear items that are in memory to free up resourses or discard unwanted models in memory. Return Value none Remarks ...
Sun, 14 Jun, 2020 at 1:36 PM
CAD.FileHashCode() method
Helper function which is used to generate a new file name based on an existing file name and any number of variable parameter values. The "Hash Code&q...
Sun, 14 Jun, 2020 at 1:37 PM
CAD.HashCode() method
See CAD.FileHashCode for more details and a more useful similar purposeful function This is the internal function which takes a list of items and generates...
Sun, 14 Jun, 2020 at 1:40 PM
CAD.PromptForSelections(t) method
Places the engineering environment into a "Waiting for User Selections State" and script is on hold until the user has made the selections and com...
Sun, 14 Jun, 2020 at 1:41 PM
CAD.PromptForSelections(t,mn,mx) method
Places the engineering environment into a "Waiting for User Selections State" and script is on hold until the user has made the selections and com...
Sun, 14 Jun, 2020 at 1:42 PM