|
| number | eval
(string EnumName)
|
| Returns a constant integer given its string name. |
|
| pfcPWLConstants | GetPWLConstants
()
|
| Returns an object that contains Web.Link defined constants. |
|
| pfcPWLFeatureConstants | GetPWLFeatureConstants
()
|
| Returns an object that contains Web.Link defined feature constants. |
|
| pfcAccessRequestReturn | pwlAccessRequest
(boolean WantProERead, boolean WantProEWrite, boolean WantDiskRead, boolean WantDiskWrite)
|
| This method does nothing in the embedded browser Web.Link. It is provided
solely for backwards compatiblity with old applications. |
|
| pfcStandardReturn | pwlApplicationStart
(string AppName)
|
| This method does nothing in the embedded browser Web.Link. It is provided
solely for backwards compatiblity with old applications. |
|
| pfcStandardReturn | pwlAssemblyComponentReplace
(string AsmNameExt, string NewComponentNameExt, number NumComponentIDs, intseq ComponentIDs)
|
| Replaces one assembly component for another |
|
| pfcAssemblyComponentsGetReturn | pwlAssemblyComponentsGet
(string AsmNameExt)
|
| Retrieves all the components in the specified assembly |
|
| pfcStandardReturn | pwlAssemblyExplodeDefaultSet
(string AsmNameExt)
|
| Sets the assembly to use the default component locations when it is exploded |
|
| pfcStandardReturn | pwlAssemblyExplodeStateSet
(string AsmNameExt, string ExpldstateName)
|
| Sets a predefined explode state to the specified assembly |
|
| pfcAssemblyExplodeStatesGetReturn | pwlAssemblyExplodeStatesGet
(string AsmNameExt)
|
| Gets the number and names of the explode states for the specified assembly |
|
| pfcAssemblyExplodeStatusGetReturn | pwlAssemblyExplodeStatusGet
(string AsmNameExt)
|
| Gets the current, predefined explode state of the specified assembly |
|
| pfcStandardReturn | pwlAssemblyExplodeStatusSet
(string AsmNameExt, boolean ExplodeStatus)
|
| Set the explode status for the specified assembly |
|
| pfcDimensionInfoGetReturn | pwlDimensionInfoGetByID
(string MdlNameExt, number DimensionID, number DimensionType)
|
| Gets the information about a dimension, given its identifier |
|
| pfcDimensionInfoGetReturn | pwlDimensionInfoGetByName
(string MdlNameExt, string DimensionName, number DimensionType)
|
| Gets the information about a dimension, given its name |
|
| pfcStandardReturn | pwlDimensionToleranceSetByID
(string MdlNameExt, number DimensionID, number TolPlus, number TolMinus)
|
| Sets the tolerance of the specified dimension |
|
| pfcStandardReturn | pwlDimensionValueSetByID
(string MdlNameExt, number DimensionID, number Value)
|
| Sets the value of a dimension, given its identifier |
|
| pfcDirectoryCurrentGetReturn | pwlDirectoryCurrentGet
()
|
| Gets the current directory |
|
| pfcStandardReturn | pwlDirectoryCurrentSet
(string DirectoryPath)
|
| Sets the current directory to the one specified by the argument DirectoryPath |
|
| pfcDirectoryFilesGetReturn | pwlDirectoryFilesGet
(string DirectoryPath, string Filter)
|
| Lists the files and subdirectories in the specified directory. You can pass a filter to get only those files that have the specified extensions. |
|
| pfcEnvVariableGetReturn | pwlEnvVariableGet
(string VarName)
|
| Gets the value of the specified environment variable |
|
| pfcStandardReturn | pwlFamtabInstanceAdd
(string MdlNameExt, string Name)
|
| Adds a "row" to a family table |
|
| pfcStandardReturn | pwlFamtabInstanceLockAdd
(string MdlNameExt, string Name)
|
| Locks the specified instance |
|
| pfcFamtabInstanceLockGetReturn | pwlFamtabInstanceLockGet
(string MdlNameExt, string Name)
|
| Gets the locked status of the specified instance |
|
| pfcStandardReturn | pwlFamtabInstanceLockRemove
(string MdlNameExt, string Name)
|
| Unlocks the specified instance |
|
| pfcStandardReturn | pwlFamtabInstanceRemove
(string MdlNameExt, string Name)
|
| Removes a "row" from the family table. |
|
| pfcFamtabInstancesGetReturn | pwlFamtabInstancesGet
(string MdlNameExt)
|
| Gets the rows of a family table |
|
| pfcFamtabInstanceValueGetReturn | pwlFamtabInstanceValueGet
(string MdlNameExt, string Name, number FamItemType, string ItemName)
|
| Retrieves the value of a cell in a family table |
|
| pfcStandardReturn | pwlFamtabInstanceValueSet
(string MdlNameExt, string Name, number FamItemType, string ItemName, number ValueType, number IntVal, number DoubleVal, string StringVal, boolean BooleanVal)
|
| Sets the value of a cell in a family table |
|
| pfcStandardReturn | pwlFamtabItemAdd
(string MdlNameExt, number FamItemType, string Name)
|
| Adds a column to the family table |
|
| pfcStandardReturn | pwlFamtabItemRemove
(string MdlNameExt, number FamItemType, string Name)
|
| Removes a coulmn from the family table |
|
| pfcFamtabItemsGetReturn | pwlFamtabItemsGet
(string MdlNameExt)
|
| Gets the columns of the family table |
|
| pfcFeatureChildrenGetReturn | pwlFeatureChildrenGet
(string MdlNameExt, number FeatureID)
|
| Retrieves all the children of the specified feature |
|
| pfcStandardReturn | pwlFeatureDeleteByID
(string MdlNameExt, number FeatureID)
|
| Deletes a feature, given its identifier |
|
| pfcStandardReturn | pwlFeatureDeleteByIDList
(string MdlNameExt, number NumFeatures, intseq FeatureIDs)
|
| Suppresses features using a list of identifiers |
|
| pfcStandardReturn | pwlFeatureDeleteByLayer
(string MdlNameExt, string LayerName)
|
| Deletes all the features in the specified layer |
|
| pfcStandardReturn | pwlFeatureDeleteByName
(string MdlNameExt, string FeatureName)
|
| Deletes a feature, given its name |
|
| pfcDimensionsGetReturn | pwlFeatureDimensionsGet
(string MdlNameExt, number FeatID)
|
| Retrieves the feature dimensions of the specified model |
|
| pfcFeatureInfoGetReturn | pwlFeatureInfoGetByID
(string MdlNameExt, number FeatureID)
|
| Retrieves the information about a feature, given its identifier |
|
| pfcFeatureInfoGetReturn | pwlFeatureInfoGetByName
(string MdlNameExt, string FeatureName)
|
| Retrieves the information about a feature, given its name |
|
| pfcFeatureNameGetByIDReturn | pwlFeatureNameGetByID
(string MdlNameExt, number FeatureID)
|
| Retrieves the name of a feature, given its identifier |
|
| pfcStandardReturn | pwlFeatureNameSetByID
(string MdlNameExt, number FeatureID, string FeatureName)
|
| Sets the name of a feature, given its identifier |
|
| pfcNotesGetReturn | pwlFeatureNotesGet
(string MdlNameExt, number FeatureID)
|
| Lists the notes of the specified feature
This function does not apply to drawings
|
|
| pfcStandardReturn | pwlFeatureParametersDisplay
(string SelString, number ItemType)
|
| Shows various parameter types in the graphics window, given a feature
The possible values for ItemType are as follows:
- PWL_USER_PARAM
- PWL_DIM_PARAM
- PWL_PATTERN_PARAM
- PWL_REFDIM_PARAM
- PWL_ALL_PARAM
- PWL_GTOL_PARAM
- PWL_SURFFIN_PARAM
|
|
| pfcParametersGetReturn | pwlFeatureParametersGet
(string MdlNameExt, number FeatureID)
|
| Lists the feature parameters |
|
| pfcFeatureParentsGetReturn | pwlFeatureParentsGet
(string MdlNameExt, number FeatureID)
|
| Retrieves all the parents of the specified feature |
|
| pfcStandardReturn | pwlFeatureResumeByID
(string MdlNameExt, number FeatureID, boolean ResumeParents)
|
| Resumes a feature, given its identifier |
|
| pfcStandardReturn | pwlFeatureResumeByIDList
(string MdlNameExt, number NumFeatures, intseq FeatureIDs, boolean ResumeParents)
|
| Resumes features using a list of identifiers |
|
| pfcStandardReturn | pwlFeatureResumeByLayer
(string MdlNameExt, string LayerName, boolean ResumeParents)
|
| Resumes all the features in the specified layer |
|
| pfcStandardReturn | pwlFeatureResumeByName
(string MdlNameExt, string FeatureName, boolean ResumeParents)
|
| Resumes a feature, given its name |
|
| pfcFeatureStatusGetReturn | pwlFeatureStatusGet
(string MdlNameExt, number FeatureID)
|
| Gets the feature status |
|
| pfcStandardReturn | pwlFeatureSuppressByID
(string MdlNameExt, number FeatureID)
|
| Suppresses a feature, given its identifier |
|
| pfcStandardReturn | pwlFeatureSuppressByIDList
(string MdlNameExt, number NumFeatures, intseq FeatureIDs)
|
| Suppresses features using a list of identifiers |
|
| pfcStandardReturn | pwlFeatureSuppressByLayer
(string MdlNameExt, string LayerName)
|
| Suppresses all the features in the specified layer |
|
| pfcStandardReturn | pwlFeatureSuppressByName
(string MdlNameExt, string FeatureName)
|
| Suppresses a feature, given its name |
|
| pfcStandardReturn | pwlGeomSimprepActivate
(string MdlNameExt)
|
| Activates the geometry simplified representation for the specified model |
|
| pfcMdlOpenReturn | pwlGeomSimprepOpen
(string AsmNameExt, string Path, boolean DisplayInWindow)
|
| Retrieves the geometry representation for the specified model |
|
| pfcStandardReturn | pwlGraphicsSimprepActivate
(string MdlNameExt)
|
| Activates the graphics simplified representation for the specified model |
|
| pfcMdlOpenReturn | pwlGraphicsSimprepOpen
(string AsmNameExt, string Path, boolean DisplayInWindow)
|
| Retrieves the graphics representation for the specified model |
|
| pfcStandardReturn | pwlInstanceErase
(string MdlNameExt, string Name)
|
| Removes an instance from memory |
|
| pfcMdlOpenReturn | pwlInstanceOpen
(string MdlNameExt, string InstanceName, boolean DisplayInWindow)
|
| Opens an instance in a Creo Parametric session |
|
| pfcStandardReturn | pwlItemHighlight
(string SelString)
|
| Highlights the specified item |
|
| pfcItemIDToNameReturn | pwlItemIDToName
(string MdlNameExt, number ItemID, number ItemType)
|
| Retrieves the name of an item, given its identifier |
|
| pfcStandardReturn | pwlItemNameSetByID
(string MdlNameExt, number ItemID, number ItemType, string ItemName)
|
| Sets the name of an item, given its identifier |
|
| pfcItemNameToIDReturn | pwlItemNameToID
(string MdlNameExt, string ItemName, number ItemType)
|
| Retrieves the identifier of an item, given its name |
|
| pfcStandardReturn | pwlItemUnhighlight
(string SelString)
|
| Removes the highlighting from the specified item |
|
| pfcStandardReturn | pwlLayerCreate
(string MdlNameExt, string LayerName)
|
| Creates a new layer |
|
| pfcStandardReturn | pwlLayerDelete
(string MdlNameExt, string LayerName)
|
| Deletes a layer, given its name |
|
| pfcLayerDisplayGetReturn | pwlLayerDisplayGet
(string MdlNameExt, string LayerName)
|
| Gets the display type for the specified layer |
|
| pfcStandardReturn | pwlLayerDisplaySet
(string MdlNameExt, string LayerName, number DisplayType)
|
| Sets the display type for the specified layer
The possible values for DisplayType are as follows:
- PWL_DISPLAY_TYPE_NORMAL -- List the normal layers.
- PWL_DISPLAY_TYPE_DISPLAY -- List the layers selected for display.
- PWL_DISPLAY_TYPE_BLANK -- List the blanked layers.
- PWL_DISPLAY_TYPE_HIDDEN -- List the hidden layers. This applies to Assembly mode only.
|
|
| pfcStandardReturn | pwlLayerItemAdd
(string MdlNameExt, string LayerName, number ItemType, number ItemID, string ItemOwner)
|
| Adds an item to the specified layer
The possible values for ItemType are as follows:
- PWL_PART
- PWL_FEATURE
- PWL_DIMENSION
- PWL_REF_DIMENSION
- PWL_GTOL
- PWL_ASSEMBLY
- PWL_QUILT
- PWL_CURVE
- PWL_POINT
- PWL_NOTE
- PWL_IPAR_NOTE
- PWL_SYMBOL_INSTANCE
- PWL_DRAFT_ENTITY
- PWL_DIAGRAM_OBJECT
|
|
| pfcStandardReturn | pwlLayerItemRemove
(string MdlNameExt, string LayerName, number ItemType, number ItemID, string ItemOwner)
|
| Removes the specified item from the layer
The possible values for ItemType are as follows:
- PWL_PART
- PWL_FEATURE
- PWL_DIMENSION
- PWL_REF_DIMENSION
- PWL_GTOL
- PWL_ASSEMBLY
- PWL_QUILT
- PWL_CURVE
- PWL_POINT
- PWL_NOTE
- PWL_IPAR_NOTE
- PWL_SYMBOL_INSTANCE
- PWL_DRAFT_ENTITY
- PWL_DIAGRAM_OBJECT
|
|
| pfcLayerItemsGetReturn | pwlLayerItemsGet
(string MdlNameExt, string LayerName)
|
| Retrieves the items on the specified layer |
|
| pfcMdlCurrentGetReturn | pwlMdlCurrentGet
()
|
| Retrieves the current model in session |
|
| pfcMdlDependenciesGetReturn | pwlMdlDependenciesGet
(string MdlNameExt)
|
| Retrieves all the top-level dependent models in the specified model |
|
| pfcDimensionsGetReturn | pwlMdlDimensionsGet
(string MdlNameExt, number DimType)
|
| Gets the dimension identifiers of the specified model |
|
| pfcStandardReturn | pwlMdlErase
(string MdlNameExt)
|
| Erases the specified model from memory |
|
| pfcMdlFeaturesGetReturn | pwlMdlFeaturesGet
(string MdlNameExt, number FeatureType)
|
| Retrieves all the features in the specified model |
|
| pfcMdlInfoGetReturn | pwlMdlInfoGet
(string NameExt)
|
| Retrieves information about the specified model |
|
| pfcMdlIntralinkInfoGetReturn | pwlMdlIntralinkInfoGet
(string NameExt)
|
| Retrieves the Pro/INTRALINK information for the specified model. |
|
| pfcMdlLayersGetReturn | pwlMdlLayersGet
(string MdlNameExt)
|
| |
|
| pfcNotesGetReturn | pwlMdlNotesGet
(string MdlNameExt)
|
| Lists the notes in the specified model |
|
| pfcMdlOpenReturn | pwlMdlOpen
(string MdlNameExt, string Path, boolean DisplayInWindow)
|
| Retrieves the specified model into the current Creo Parametric session |
|
| pfcParametersGetReturn | pwlMdlParametersGet
(string MdlNameExt)
|
| Lists the model parameters |
|
| pfcStandardReturn | pwlMdlRegenerate
(string MdlNameExt)
|
| Regenerates the specified model |
|
| pfcStandardReturn | pwlMdlRename
(string OrigNameExt, string NewNameExt)
|
| Renames the specified model in the current Creo Parametric session |
|
| pfcStandardReturn | pwlMdlSaveAs
(string OrigNameExt,
/* optional */ string NewPath,
/* optional */ string NewNameExt)
|
| Saves the model under the specified path and name. To save under the original path and name pass null for NewPath and NewNameExt |
|
| pfcMdlSimprepsGetReturn | pwlMdlSimprepsGet
(string MdlNameExt)
|
| Lists the simplified representations for the specified model |
|
| pfcMdlViewsGetReturn | pwlMdlViewsGet
(string MdlNameExt)
|
| Gets the number and names of all the views in the specified model |
|
| pfcNoteNameGetReturn | pwlNoteNameGet
(string MdlNameExt, number NoteID)
|
| Gets the name of the note, given its identifier
This function does not apply to drawings
|
|
| pfcStandardReturn | pwlNoteNameSet
(string MdlNameExt, number NoteID, string NewName)
|
| Sets the name of the specified note
This function does not apply to drawings
|
|
| pfcNoteOwnerGetReturn | pwlNoteOwnerGet
(string MdlNameExt, number NoteID)
|
| Gets the owner of the specified note
- You cannot modify the owner of the note
- The function pwlNoteOwnerGet does not apply to drawings
|
|
| pfcNoteTextGetReturn | pwlNoteTextGet
(string MdlNameExt, number NoteID)
|
| Gets the text of the specified note. Symbols are replaced by a "*" |
|
| pfcStandardReturn | pwlNoteTextSet
(string MdlNameExt, number NoteID, number NumTextLines, stringseq NoteText)
|
| Sets the text of the specified note
|
|
| pfcNoteURLGetReturn | pwlNoteURLGet
(string MdlNameExt, number NoteID)
|
| Gets the Uniform Resource Locator (URL) of the specified note
This function does not apply to drawings
|
|
| pfcStandardReturn | pwlNoteURLSet
(string MdlNameExt, number NoteID, string NoteURL)
|
| Sets the Uniform Resource Locator (URL) of the specified note
This function does not apply to drawings
|
|
| pfcStandardReturn | pwlObjMdlsCheckOut
(boolean LinkOrCopy, string WorkspaceName, number NumObj, stringseq ObjNames, intseq ObjVersions, number RelCriteria)
|
| Checks out Pro/INTRALINK objects from the Commonspace to a Workspace. |
|
| pfcStandardReturn | pwlParameterCreate
(string MdlNameExt, number ItemType, number ItemID, string ParamName, number ValueType, number IntVal, number DoubleVal, string StringVal, boolean BooleanVal)
|
| Creates a new parameter |
|
| pfcStandardReturn | pwlParameterDelete
(string MdlNameExt, number ItemType, number ItemId, string ParamName)
|
| Deletes the specified parameter |
|
| pfcStandardReturn | pwlParameterDesignationAdd
(string MdlNameExt, string ParamName)
|
| Designates the specified parameter for Windchill |
|
| pfcStandardReturn | pwlParameterDesignationRemove
(string MdlNameExt, string ParamName)
|
| Removes the designation from the specified parameter |
|
| pfcParameterDesignationVerifyReturn | pwlParameterDesignationVerify
(string MdlNameExt, string ParamName)
|
| Determines whether the specified parameter has been designated for Windchill |
|
| pfcStandardReturn | pwlParameterRename
(string MdlNameExt, number ItemType, number ItemId, string ParamName, string NewName)
|
| Renames the specified parameter |
|
| pfcStandardReturn | pwlParameterReset
(string MdlNameExt, number ItemType, number ItemId, string ParamName)
|
| Resets the specified parameter value to its last regenerated value |
|
| pfcParameterValueGetReturn | pwlParameterValueGet
(string MdlNameExt, number ItemType, number ItemID, string ParamName)
|
| Retrieves the value of the specified parameter |
|
| pfcStandardReturn | pwlParameterValueSet
(string MdlNameExt, number ItemType, number ItemID, string ParamName, number ValueType, number IntVal, number DoubleVal, string StringVal, boolean BooleanVal)
|
| Sets the value of the specified parameter |
|
| pfcPartMaterialCurrentGetReturn | pwlPartMaterialCurrentGet
(string MdlNameExt)
|
| Gets the current material name of the specified part |
|
| pfcStandardReturn | pwlPartMaterialCurrentSet
(string MdlNameExt, string MaterialName)
|
| Sets the current material name for the specified part. The material must already be associated with the part. |
|
| pfcPartMaterialdataGetReturn | pwlPartMaterialDataGet
(string MdlNameExt, string MaterialName)
|
| Get the properties of the specified material |
|
| pfcStandardReturn | pwlPartMaterialDataSet
(string MdlNameExt, string MaterialName, number YoungModulus, number PoissonRatio, number ShearModulus, number MassDensity, number ThermExpCoef, number ThermExpRefTemp, number StructDampCoef, number StressLimTension, number StressLimCompress, number StressLimShear, number ThermConductivity, number Emissivity, number SpecificHeat, number Hardness, string Condition, number InitBendYFactor, string BendTable)
|
| Sets the properties of the specified material |
|
| pfcPartMaterialCurrentGetReturn | pwlPartMaterialGet
(string MdlNameExt)
|
| Gets the material name of the specified part. This function is identical to pfcScript.pwlPartMaterialCurrentGet() and is maintained for backwards compatibility. |
|
| pfcStandardReturn | pwlPartMaterialSet
(string MdlNameExt, string MaterialName)
|
| Sets the material name for the specified part from a material file |
|
| pfcPartMaterialsGetReturn | pwlPartMaterialsGet
(string MdlNameExt)
|
| Gets all the material names for the specified part |
|
| pfcStandardReturn | pwlProEngineerConnect
()
|
| This method does nothing in the embedded browser Web.Link. It is provided
solely for backwards compatiblity with old applications. |
|
| pfcStandardReturn | pwlProEngineerDisconnect
()
|
| This method does nothing in the embedded browser Web.Link. It is provided
solely for backwards compatiblity with old applications. |
|
| pfcStandardReturn | pwlProEngineerDisconnectAndStop
()
|
| This method does nothing in the embedded browser Web.Link. It is provided
solely for backwards compatiblity with old applications. |
|
| pfcStandardReturn | pwlProEngineerStartAndConnect
()
|
| This method does nothing in the embedded browser Web.Link. It is provided
solely for backwards compatiblity with old applications. |
|
| pfcSelectReturn | pwlSelect
(string SelectableFilter, number MaxSelectable)
|
| Selects an item in Creo Parametric.
The form for SelectableFilter is a comma-separated list of any or all of the following:
- dimension
- feature
- part
- prt_or_asm
|
|
| pfcSelectionCreateReturn | pwlSelectionCreate
(string TopModel, number NumComponents, stringseq ComponentPath, intseq ComponentIDs, number ItemType, number ItemID)
|
| |
|
| pfcSelectionParseReturn | pwlSelectionParse
(string SelString)
|
| Parses the components from the specified selection string |
|
| pfcSessionMdlsGetReturn | pwlSessionMdlsGet
(number MdlType)
|
| Lists the models of the specified type in the current Creo Parametric session.
The possible values for MdlType are as follows:
- PWL_ASSEMBLY
- PWL_PART
- PWL_DRAWING
- PWL_2DSECTION
- PWL_LAYOUT
- PWL_DWGFORM
- PWL_MFG
- PWL_REPORT
- PWL_MARKUP
- PWL_DIAGRAM
|
|
| pfcSessionWindowsGetReturn | pwlSessionWindowsGet
()
|
| Lists the identifiers of the windows currently in the Creo Parametric session |
|
| pfcStandardReturn | pwlSimprepActivate
(string MdlNameExt, string SimprepName)
|
| Activates a simplified representation for the specified model |
|
| pfcSimprepGetReturn | pwlSimprepCurrentGet
(string AsmNameExt)
|
| Returns the current active simplified representation for the specified assembly |
|
| pfcStandardReturn | pwlSimprepMasterActivate
(string MdlNameExt)
|
| Activates the master simplified representation for the specified model |
|
| pfcMdlOpenReturn | pwlSimprepOpen
(string AsmNameExt, string Path, string RepName, boolean DisplayInWindow)
|
| Retrieves the specified simplified representation |
|
| pfcSolidMassPropertiesGetReturn | pwlSolidMassPropertiesGet
(string MdlNameExt, string CoordinateSys)
|
| Gets the mass properties for the specified solid |
|
| pfcStandardReturn | pwlSolidXSectionDisplay
(string MdlNameExt, string CrossSectionName)
|
| Displays the specified cross section |
|
| pfcSolidXSectionsGetReturn | pwlSolidXSectionsGet
(string MdlNameExt)
|
| Retrieves the cross sections from the specified model |
|
| number | pwlTypeFromModelItemType
(pfcModelItemType Type)
|
| Converts a pfcModelItemType to the corresponding PWL constant |
|
| number | pwlTypeFromModelType
(pfcModelType Type)
|
| Converts a pfcModelType to the corresponding PWL constant |
|
| pfcModelItemType | pwlTypeToModelItemType
(number Type)
|
| Converts a PWL constant to the corresponding pfcModelItemType |
|
| pfcModelType | pwlTypeToModelType
(number Type)
|
| Converts a PWL constant to the corresponding pfcModelType |
|
| booleanseq | pwluBooleanArrayAlloc
(number ArraySize)
|
| Allocates an array of boolean values |
|
| realseq | pwluDoubleArrayAlloc
(number ArraySize)
|
| Allocates an array of doubles |
|
| intseq | pwluIntArrayAlloc
(number ArraySize)
|
| Allocates an array of integers |
|
| stringseq | pwluStringArrayAlloc
(number ArraySize)
|
| Allocates an array of strings |
|
| pfcStandardReturn | pwlViewDefaultSet
(string MdlNameExt)
|
| Sets the specified model to the default view for that model |
|
| pfcStandardReturn | pwlViewSet
(string MdlNameExt, string NamedView)
|
| Sets the view to a predefined view setting |
|
| pfcStandardReturn | pwlWindowActivate
(number WindowID)
|
| Activates the specified window |
|
| pfcWindowActiveGetReturn | pwlWindowActiveGet
()
|
| Gets the active window in the Creo Parametric session |
|
| pfcStandardReturn | pwlWindowClose
(number WindowID)
|
| Closes the specified window. Specify the value -1 to close the current window. |
|
| pfcWindowMdlGetReturn | pwlWindowMdlGet
(number WindowID)
|
| Retrieves the model associated with the specified window |
|
| pfcStandardReturn | pwlWindowRepaint
(number WindowID)
|
| Repaints the contents of the specified window. Specify the value -1 to repaint the current window |
|