| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | AddAnnotationPlaneToGallery
(String AnnotPlaneName)
Add annotation plane with specified name to gallery. |
| boolean | CanCreateSectionFeature
()
Determines if Cross Section can be created as feature in specified model |
| ParamTablesets | CollectParamTablesets
()
Obtains all table sets that are available for use in the given model. This includes all sets that are loaded from files setup in this session, and any sets that were previously stored in the model. |
| Selections | ComputeRayIntersections
(double ApertureRadius, Ray Ray)
Returns a list of ray intersections with a model. The function computes the intersection points of both the original ray and its "negative" with the geometry of the model. The output array is sorted in order of increasing signed distance. |
| void | ConvertOldXSectionsToNew
()
Convert all legacy cross sections to features |
| void | CopyLayerRules
(String LayerName, Model RefModel)
Copy the rules of a layer LayerName in ReferenceModel into a layer LayerName in CurrentModel, overwriting any rules <p><b>Note: </b>This function copies both the rules definitions and the rules options set interactively (including option "Associative") |
| GTol | CreateGTol
(GTolType Type, GTolAttach GtolAttach, String Value)
Creates new Gtol with specified placement and value string |
| SetDatumTag | CreateSetDatumTag
(Selection Selection, String Label,
/*optional*/
AnnotationPlane Plane)
LICENSE: 222 Create a new datum feature symbol annotation. |
| SurfaceFinish | CreateSurfaceFinish
(DetailSymbolInstInstructions SymbolInstructions, AnnotationPlane AnnotPlane)
LICENSE: 222 Create a surface finish in the specified model. wfcSurfaceFinish::Show() should be called after creating the surface finish in order for the surface finish to be displayed. |
| Unit | CreateUnitByExpression
(String UnitName, String UnitExpression)
Creates a derived unit. |
| void | DesignateSymbol
(String SymbolName)
|
| void | ExecuteLayerRules
()
Execute the layer rules on the CurrentModel if rules are enabled. |
| /*optional*/ Selections | GenerateSelectionsFromCollection
(Collection Collection)
Generates selections based on instructions and rules insided the specified collection object |
| AnnotationPlane | GetActiveAnnotationPlane
()
Get last used Annotation plane in the specified model. |
| /*optional*/ AnnotationPlane | GetAnnotationPlaneByName
(String AnnotPlaneName)
Get Annotation plane from specified name. |
| /*optional*/ stringseq | GetAnnotationPlanes
()
Collect the names of all the named annotation planes in the model. |
| /*optional*/ stringseq | GetAnnotationPlanesFromGallery
()
Collect the names of all annotation planes in gallery. |
| String | GetDefaultName
()
Returns the next available default name for given object type. |
| LayerItem | GetLayerItem
(LayerType LayerType, int LayerId)
Initializes the layer item structure. |
| MdlfileDescriptor | GetMdlfileDescriptor
()
Creates a filetype descriptor from the model and returns it. |
| ModelSubType | GetSubType
()
Returns the subtype of a model. |
| TIMInfo | GetTIMInfo
()
Gets the TIM related information of the model |
| boolean | IsDesignatedSymbol
(String SymbolName)
|
| boolean | IsStandardLocation
()
Returns true if the model was loaded from a local folder. |
| boolean | IsVariantFeatModel
()
Identifies if a model pointer is from an inheritance feature or flexible component. |
| Layers | ListLayers
()
Collects an array containing the layers in the model. |
| void | MarkATBModelAsOutOfDate
(
/*optional*/
intseq FeatIds)
Mark the ATB model/feature as out of date. |
| void | MarkForSaving
(String marker)
|
| boolean | MatchLayerRules
(String LayerName, Model RefModel)
Compare the rules of a layer LayerName in ReferenceModel to the rules in layer LayerName in CurrentModel. |
| void | RefreshMdlTree
()
Refreshes the display of the model tree. |
| void | RelinkATB
(String MasterModelPath,
/*optional*/
Integer FeatId)
Relink the model/feature that have lost the link to the master model. Relinking a model here will represent searching for the master model (using the master model name) in the location specified in the 'MasterModelPath' argument. If the master model with the same name is found, the Creo Parametric TIM model is linked to that master model. |
| void | RemoveAnnotationPlaneFromGallery
(String AnnotPlaneName)
Remove annotation plane with specified name from gallery. |
| void | SaveLayerDisplayStatus
()
Permanently saves all the changes to the display status of all layers in the owner, and all its submodels (and views, for drawings). |
| void | UndesignateSymbol
(String SymbolName)
|
| void | UpdateATB
(
/*optional*/
intseq FeatIds,
/*optional*/
stringseq SearchPaths)
Update the ATB model(s)/feature(s). |
| ATBVerificationResults | VerifyATB
(
/*optional*/
intseq FeatIds,
/*optional*/
stringseq SearchPaths)
To Verify if the ATB models are out of date. This function will first check to see if the model specified is a TIM (of some master model). If model is not a TIM, it will check to see if the model contains one or more features which are TIM representations. |
| Status | VisitDetailItems
(VisitingClient visitingClient, DetailType detailType, int Sheet)
|
| Status | VisitItems
(VisitingClient visitingClient, ModelItemType itemType)
|
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner |
|---|
| ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner |
|---|
| GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItemOwner |
|---|
| GetItemByName, GetItemById, ListItems |
| Methods Inherited from Interface com.ptc.pfc.pfcView.ViewOwner |
|---|
| RetrieveView, GetView, SaveView, GetCurrentViewTransform, SetCurrentViewTransform, CurrentViewRotate, ListViews, GetCurrentView |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Method Detail |
|---|
| VerifyATB |
|---|
| ATBVerificationResults | VerifyATB | ( /*optional*/ intseq FeatIds, /*optional*/ stringseq SearchPaths) |
|
To Verify if the ATB models are out of date. This function will first check to see if the model specified is a TIM (of some master model).
If model is not a TIM, it will check to see if the model contains one or more features which are TIM representations.
Exceptions thrown (but not limited to): XToolkitNoChange - The function successfully verified the model and didn't find any ATB models out of date nor any models of old version nor any models with broken link. XToolkitNotValid - The function successfully verified the model, found ONE or more models of older version and found no ATB models out of date. XToolkitBadContext - The function successfully verified the model, found ONE or more models with broken link and found no ATB models out of date and no ATB models of older version XToolkitUnsupported - The input model is Multi-CAD model.
|
| MarkATBModelAsOutOfDate |
|---|
| void | MarkATBModelAsOutOfDate | ( /*optional*/ intseq FeatIds) |
|
Mark the ATB model/feature as out of date.
Exceptions thrown (but not limited to): XToolkitUnsupported - The input model is Multi-CAD model.
|
| UpdateATB |
|---|
| void | UpdateATB | ( /*optional*/ intseq FeatIds, /*optional*/ stringseq SearchPaths) |
|
Update the ATB model(s)/feature(s).
Exceptions thrown (but not limited to): XToolkitNoChange - The function runs successfully and found no ATB models out of date. XToolkitCantModify - During ATB update the regeneration failed. XToolkitBadContext - There are non-displayed models in the session. XToolkitNotDisplayed - The input model is not displayed. XToolkitAmbiguous - Both: there are non-displayed models in the session AND the input model is not displayed. XToolkitUnsupported - The input model is Multi-CAD model.
|
| RelinkATB |
|---|
| void | RelinkATB | (String MasterModelPath, /*optional*/ Integer FeatId) |
|
Relink the model/feature that have lost the link to the master model. Relinking a model here will represent searching for the
master model (using the master model name) in the location specified in the 'MasterModelPath' argument. If the master model
with the same name is found, the Creo Parametric TIM model is linked to that master model.
Exceptions thrown (but not limited to): XToolkitUnsupported - The input model is Multi-CAD model.
|
| GetAnnotationPlanesFromGallery |
|---|
| /*optional*/ stringseq | GetAnnotationPlanesFromGallery | () |
Collect the names of all annotation planes in gallery.
|
| GetAnnotationPlanes |
|---|
| /*optional*/ stringseq | GetAnnotationPlanes | () |
Collect the names of all the named annotation planes in the model.
|
| GetAnnotationPlaneByName |
|---|
| /*optional*/ AnnotationPlane | GetAnnotationPlaneByName | (String AnnotPlaneName) |
Get Annotation plane from specified name.
|
| AddAnnotationPlaneToGallery |
|---|
| void | AddAnnotationPlaneToGallery | (String AnnotPlaneName) |
|
Add annotation plane with specified name to gallery.
Exceptions thrown (but not limited to): <reference 6 to unknown entity pfcExceptions::pfcXToolkitNotFound> - No annotation plane exists with specified name. <reference 6 to unknown entity pfcExceptions::pfcXToolkitFound> - Annotation plane with same name already exist in the gallery.
|
| RemoveAnnotationPlaneFromGallery |
|---|
| void | RemoveAnnotationPlaneFromGallery | (String AnnotPlaneName) |
|
Remove annotation plane with specified name from gallery.
Exceptions thrown (but not limited to): <reference 6 to unknown entity pfcExceptions::pfcXToolkitNotFound> - No annotation plane exists with specified name.
|
| GetActiveAnnotationPlane |
|---|
| AnnotationPlane | GetActiveAnnotationPlane | () |
Get last used Annotation plane in the specified model.
|
| GetTIMInfo |
|---|
| TIMInfo | GetTIMInfo | () |
Gets the TIM related information of the model
|
| ConvertOldXSectionsToNew |
|---|
| void | ConvertOldXSectionsToNew | () |
Convert all legacy cross sections to features
|
| CanCreateSectionFeature |
|---|
| boolean | CanCreateSectionFeature | () |
Determines if Cross Section can be created as feature in specified model
|
| ListLayers |
|---|
| Layers | ListLayers | () |
| Collects an array containing the layers in the model. Exceptions thrown (but not limited to): XToolkitNotFound - No layers were found and collected.
|
| SaveLayerDisplayStatus |
|---|
| void | SaveLayerDisplayStatus | () |
|
Permanently saves all the changes to the display status of all layers
in the owner, and all its submodels (and views, for drawings).
Exceptions thrown (but not limited to): XToolkitNoChange - No layers have been changed since the last save.
|
| GetLayerItem |
|---|
| LayerItem | GetLayerItem | (LayerType LayerType, int LayerId) |
| Initializes the layer item structure. Exceptions thrown (but not limited to): XToolkitNotExist - Item with such identifier and type does not exist.
|
| GetSubType |
|---|
| ModelSubType | GetSubType | () |
|
Returns the subtype of a model.
Exceptions thrown (but not limited to): XToolkitBadContext - The model has no subtype.
|
| GetDefaultName |
|---|
| String | GetDefaultName | () |
|
Returns the next available default name for given object type.
Exceptions thrown (but not limited to): XToolkitUnsupported - the type is not supported.
|
| IsVariantFeatModel |
|---|
| boolean | IsVariantFeatModel | () |
Identifies if a model pointer is from an inheritance feature or flexible component.
|
| CreateUnitByExpression |
|---|
| Unit | CreateUnitByExpression | (String UnitName, String UnitExpression) |
| Creates a derived unit. Exceptions thrown (but not limited to): XToolkitNotFound - The reference unit was not found in the model.
|
| ComputeRayIntersections |
|---|
| Selections | ComputeRayIntersections | (double ApertureRadius, Ray Ray) |
|
Returns a list of ray intersections with a model. The function computes the intersection points
of both the original ray and its "negative" with the geometry of the model. The output array is sorted
in order of increasing signed distance.
Exceptions thrown (but not limited to): XToolkitNotFound - No objects were found in the workspace.
|
| CollectParamTablesets |
|---|
| ParamTablesets | CollectParamTablesets | () |
|
Obtains all table sets that are available for use in the given model.
This includes all sets that are loaded from files setup in this session,
and any sets that were previously stored in the model.
Exceptions thrown (but not limited to): XToolkitNotFound - No parameter table sets are available for this model.
|
| GenerateSelectionsFromCollection |
|---|
| /*optional*/ Selections | GenerateSelectionsFromCollection | (Collection Collection) |
|
Generates selections based on instructions and rules insided the specified collection object
Exceptions thrown (but not limited to): XToolkitOutOfMemory - There was a memory error. XToolkitAmbiguous - The curve collection chain cannot be regenerated because there is an ambiguity which could not be resolved. XToolkitNotFound - The curve collection chain cannot be regenerated because a reference could not be found while collecting edges/curves/points. XToolkitNotValid - The checking of the curve collection failed.
|
| MarkForSaving |
|---|
| void | MarkForSaving | (String marker) |
| Exceptions thrown (but not limited to): XExternalDataTKError - The function failed. XExternalDataInvalidObject - The specified model or class name is invalid. XExternalDataClassOrSlotExists - The specified class name already exists. XExternalDataNamesTooLong - The specified class name exceeds the length 32 Chars.
|
| RefreshMdlTree |
|---|
| void | RefreshMdlTree | () |
| Refreshes the display of the model tree. Exceptions thrown (but not limited to): XToolkitNotFound - The model tree is not present.
|
| GetMdlfileDescriptor |
|---|
| MdlfileDescriptor | GetMdlfileDescriptor | () |
| Creates a filetype descriptor from the model and returns it. The created descriptor has no information about the initial descriptor used to create this model. It contains the model name stripped of its extension, version and location. Exceptions thrown (but not limited to): XToolkitInvalidPtr - the model argument does not represent a correct model.
|
| IsStandardLocation |
|---|
| boolean | IsStandardLocation | () |
|
Returns true if the model was loaded from a local folder.
Exceptions thrown (but not limited to): XBadArgument - the model is null.
|
| DesignateSymbol |
|---|
| void | DesignateSymbol | (String SymbolName) |
| Exceptions thrown (but not limited to): XToolkitNoChange - The symbol is already designated.
|
| UndesignateSymbol |
|---|
| void | UndesignateSymbol | (String SymbolName) |
| Exceptions thrown (but not limited to): XToolkitNoChange - The symbol is not currently designated.
|
| IsDesignatedSymbol |
|---|
| boolean | IsDesignatedSymbol | (String SymbolName) |
|
| VisitItems |
|---|
| Status | VisitItems | (VisitingClient visitingClient, ModelItemType itemType) |
| Exceptions thrown (but not limited to): XToolkitNotFound - Either no supported items exist, or they were all filtered out by the filter function.
|
| VisitDetailItems |
|---|
| Status | VisitDetailItems | (VisitingClient visitingClient, DetailType detailType, int Sheet) |
| Exceptions thrown (but not limited to): XToolkitNotFound - Either no supported items exist, or they were all filtered out by the filter function.
|
| CreateSurfaceFinish |
|---|
| SurfaceFinish | CreateSurfaceFinish | (DetailSymbolInstInstructions SymbolInstructions, AnnotationPlane AnnotPlane) |
| Create a surface finish in the specified model. wfcSurfaceFinish::Show() should be called after creating the surface finish in order for the surface finish to be displayed. Exceptions thrown (but not limited to): XToolkitInvalidType - Invalid type of leader or attachment for creation of a surface finish. XToolkitFound - Leader or attachment to surface which already has a surface finish. XToolkitNoLicense - License check failure
|
| CreateGTol |
|---|
| GTol | CreateGTol | (GTolType Type, GTolAttach GtolAttach, String Value) |
Creates new Gtol with specified placement and value string
|
| CreateSetDatumTag |
|---|
| SetDatumTag | CreateSetDatumTag | (Selection Selection, String Label, /*optional*/ AnnotationPlane Plane) |
Create a new datum feature symbol annotation.
|
| MatchLayerRules |
|---|
| boolean | MatchLayerRules | (String LayerName, Model RefModel) |
Compare the rules of a layer LayerName in ReferenceModel to the rules in layer LayerName in CurrentModel.
|
| CopyLayerRules |
|---|
| void | CopyLayerRules | (String LayerName, Model RefModel) |
Copy the rules of a layer LayerName in ReferenceModel into a layer LayerName in CurrentModel, overwriting any rules <p><b>Note: </b>This function copies both the rules definitions and the rules options set interactively (including option "Associative")
|
| ExecuteLayerRules |
|---|
| void | ExecuteLayerRules | () |
Execute the layer rules on the CurrentModel if rules are enabled.
|