| Library | Module | Frames | Expand |
| Property | AbsoluteAccuracy | as Double [optional] |
| The absolute accuracy of the solid or null, if relative accuracy is used | ||
| Property | GeomOutline | as IpfcOutline3D |
| The outline of the solid with respect to the base coordinate system orientation | ||
| Property | IsSkeleton | as Boolean |
| true if the model is a skeleton model, false otherwise. | ||
| Property | RelativeAccuracy | as Double [optional] |
| The relative accuracy of the solid or null, if absolute accuracy is used | ||
| Sub | ActivateSimpRep (SimpRep as IpfcSimpRep) | |
| Activates the specified simplified representation. | ||
| Function | CreateCustomUnit (Name as String, ConversionFactor as IpfcUnitConversionFactor, ReferenceUnit as IpfcUnit) as IpfcUnit | |
| Creates a custom unit based on name, conversion factor and reference unit. | ||
| Function | CreateFeature (Instructions as IpfcFeatureCreateInstructions) as IpfcFeature | |
| Not implemented in the current release. Creates a feature, based on the instructions provided. | ||
| Function | CreateImportFeat (IntfData as IpfcIntfDataSource, CoordSys as IpfcCoordSystem [optional], FeatAttr as IpfcImportFeatAttr [optional]) as IpfcFeature | |
| Creates a new import feature in the solid (part). Assembly case is not supported. | ||
| Function | CreateLocalGroup (Members as IpfcFeatures, Name as String) as IpfcFeatureGroup | |
| Creates a local group out of the specified set of features. | ||
| Function | CreateNote (Lines as Istringseq, Owner as IpfcModelItem [optional]) as IpfcModelItem | |
| Function | CreateSimpRep (Instructions as IpfcCreateNewSimpRepInstructions) as IpfcSimpRep | |
| Creates a simplified representation based on the supplied instructions. | ||
| Function | CreateUDFGroup (Instructions as IpfcUDFGroupCreateInstructions) as IpfcFeatureGroup | |
| Creates a FeatureGroup, based on the instructions provided. | ||
| Function | CreateUnitSystem (Name as String, Type as IpfcUnitSystemType, Units as IpfcUnits) as IpfcUnitSystem | |
| Creates a new unit system in the model. | ||
| Sub | DeleteSimpRep (SimpRep as IpfcSimpRep) | |
| Deletes the specified simplified representation from its owner model. | ||
| Function | EvalOutline (Trf as IpfcTransform3D [optional], ExcludeTypes as IpfcModelItemTypes [optional]) as IpfcOutline3D | |
| Computes the outline of a solid. | ||
| Sub | ExecuteFeatureOps (Ops as IpfcFeatureOperations, Instrs as IpfcRegenInstructions [optional]) | |
| Performs the specified feature operations. | ||
| Sub | ExportShrinkwrap (Instructions as IpfcShrinkwrapExportInstructions) | |
| Exports a solid model to shrinkwrap format. | ||
| Function | GetActiveSimpRep () as IpfcSimpRep | |
| Returns the current active simplified representation. | ||
| Function | GetCrossSection (Name as String) as IpfcXSection [optional] | |
| Returns a cross-section object, given its name. | ||
| Function | GetDefaultBody () as IpfcSolidBody | |
| Returns the default body of the solid. | ||
| Function | GetEdgeSolidBody (thisEdge as IpfcEdge) as IpfcSolidBody | |
| Returns the body to which the edge belongs. | ||
| Function | GetFeatureById (Id as Long) as IpfcFeature [optional] | |
| Retrieves the specified feature, given its identifier. | ||
| Function | GetFeatureByName (Name as String) as IpfcFeature [optional] | |
| Locates the feature object, given its name. | ||
| Function | GetGeomRep () as IpfcSimpRep | |
| Returns the object representing the solid model's Geometry Rep. | ||
| Function | GetGraphicsRep () as IpfcSimpRep | |
| Returns the object representing the solid model's Grpahics Rep. | ||
| Function | GetMassProperty (CoordSysName as String [optional]) as IpfcMassProperty | |
| Gets the mass properties for the solid. | ||
| Function | GetMassPropertyWithDensity (CoordSysName as String [optional], DensityOpt as IpfcMPDensityUse, density as Double [optional]) as IpfcMassProperty | |
| Function | GetMasterRep () as IpfcSimpRep | |
| Returns the object representing the solid model's Master Rep. | ||
| Function | GetPrincipalUnits () as IpfcUnitSystem | |
| Gets the system of units assigned to the solid model. | ||
| Function | GetSimpRep (SimpRepName as String) as IpfcSimpRep | |
| Returns the handle to the specified simplified representation. | ||
| Function | GetSurfaceSolidBody (thisSurf as IpfcSurface) as IpfcSolidBody | |
| Returns the body to which the surface belongs. | ||
| Function | GetUnit (Name as String, ByExpression as Boolean [optional]) as IpfcUnit [optional] | |
| Get the handle to a particular unit based on name or expression. | ||
| Function | HasRetrievalErrors () as Boolean | |
| Identifies if a previous call to retrieve the model resulted in errors. | ||
| Function | ListCrossSections () as IpfcXSections [optional] | |
| Lists the cross-sections in the solid model. | ||
| Function | ListFailedFeatures () as IpfcFeatures [optional] | |
| Retrieves the list of failed features in the part or assembly. | ||
| Function | ListFeaturesByType (VisibleOnly as Boolean [optional], Type as IpfcFeatureType [optional]) as IpfcFeatures [optional] | |
| Lists the features according to type. | ||
| Function | ListGroups () as IpfcFeatureGroups | |
| Collect groups (including UDFs) in the solid. | ||
| Function | ListUnits (Type as IpfcUnitType [optional]) as IpfcUnits | |
| Lists the units available in the model. | ||
| Function | ListUnitSystems () as IpfcUnitSystems | |
| Lists the unit systems available in the model. | ||
| Sub | Regenerate (Instrs as IpfcRegenInstructions [optional]) | |
| Regenerates the solid. | ||
| Function | SelectSimpRep () as IpfcSimpRep | |
| Enables the user to select a simplified representation. | ||
| Sub | SetPrincipalUnits (Units as IpfcUnitSystem, Options as IpfcUnitConversionOptions) | |
| Sets the system of units for the solid. | ||
| Property | AbsoluteAccuracy | as Double [optional] |
|
The absolute accuracy of the solid or null, if relative accuracy is used |
| Property | GeomOutline | as IpfcOutline3D |
|
The outline of the solid with respect to the base coordinate system orientation |
| Property | IsSkeleton | as Boolean |
|
true if the model is a skeleton model, false otherwise. Exceptions thrown (but not limited to): IpfcXToolkitNotValid - Required license not found. |
| Property | RelativeAccuracy | as Double [optional] |
|
The relative accuracy of the solid or null, if absolute accuracy is used |
| Sub | ActivateSimpRep | (SimpRep as IpfcSimpRep) |
|
Activates the specified simplified representation. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The specified simplified representation was not found in the model.
|
| Function | CreateCustomUnit | (Name as String, ConversionFactor as IpfcUnitConversionFactor, ReferenceUnit as IpfcUnit) as IpfcUnit |
|
Creates a custom unit based on name, conversion factor and reference unit. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The reference unit was not found in the model.
|
| Function | CreateFeature | (Instructions as IpfcFeatureCreateInstructions) as IpfcFeature |
|
Not implemented in the current release. Creates a feature, based on the instructions provided. Object Toolkit users can use WCreateFeature
|
| Function | CreateImportFeat | (IntfData as IpfcIntfDataSource, CoordSys as IpfcCoordSystem [optional], FeatAttr as IpfcImportFeatAttr [optional]) as IpfcFeature |
|
Creates a new import feature in the solid (part). Assembly case is not supported. Exceptions thrown (but not limited to): IpfcXToolkitUnsupported - Creo Parametric does not support import of the indicated file. IpfcXToolkitNotExist - No profile found. IpfcXToolkitInvalidFile - profile is not readable.
|
| Function | CreateLocalGroup | (Members as IpfcFeatures, Name as String) as IpfcFeatureGroup |
|
Creates a local group out of the specified set of features. The supplied features must represent a contiguous set of features in the part or assembly.
|
| Function | CreateNote | (Lines as Istringseq, Owner as IpfcModelItem [optional]) as IpfcModelItem |
|
| Function | CreateSimpRep | (Instructions as IpfcCreateNewSimpRepInstructions) as IpfcSimpRep |
|
Creates a simplified representation based on the supplied instructions.
|
| Function | CreateUDFGroup | (Instructions as IpfcUDFGroupCreateInstructions) as IpfcFeatureGroup |
|
Creates a FeatureGroup, based on the instructions provided. Exceptions thrown (but not limited to): IpfcXToolkitUnsupported - The input model is Multi-CAD model.
|
| Function | CreateUnitSystem | (Name as String, Type as IpfcUnitSystemType, Units as IpfcUnits) as IpfcUnitSystem |
|
Creates a new unit system in the model. Units should include at most one occurrence of each basic unit type. If a unit of a basic type is missing then a corresponding one is taken from the standard system 'Creo Parametric Default'. Exceptions thrown (but not limited to): IpfcXToolkitAmbiguous - The units argument contains multiple units for a type.
|
| Sub | DeleteSimpRep | (SimpRep as IpfcSimpRep) |
|
Deletes the specified simplified representation from its owner model.
|
| Function | EvalOutline | (Trf as IpfcTransform3D [optional], ExcludeTypes as IpfcModelItemTypes [optional]) as IpfcOutline3D |
|
Computes the outline of a solid.
|
| Sub | ExecuteFeatureOps | (Ops as IpfcFeatureOperations, Instrs as IpfcRegenInstructions [optional]) |
|
Performs the specified feature operations. This method is not supported in No-Resolve mode (default regeneration mode in Creo Elements/Pro). It will throw IpfcXToolkitBadContext, if Creo Parametric is running in No-Resolve mode. To continue with the Pro/ENGINEER Wildfire 4.0 behavior in Resolve mode, set the configuration option 'regen_failure_handling' to 'resolve_mode'. Exceptions thrown (but not limited to): IpfcXToolkitNotValid - One or more input features is not permitted to be suppressed. IpfcXToolkitSuppressedParents - Suppressed parents were found. <reference to unknown entity pfcExceptions::pfcXToolkitInvalidPtr> - Feature operation is invalid
|
| Sub | ExportShrinkwrap | (Instructions as IpfcShrinkwrapExportInstructions) |
|
Exports a solid model to shrinkwrap format. Exceptions thrown (but not limited to): IpfcXToolkitBadContext - Invalid combination of input arguments. IpfcXToolkitLineTooLong - Name length of the output file is more than 31 chars.
|
| Function | GetActiveSimpRep | () as IpfcSimpRep |
|
Returns the current active simplified representation.
|
| Function | GetCrossSection | (Name as String) as IpfcXSection [optional] |
|
Returns a cross-section object, given its name. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - Model doesn't have cross-sections.
|
| Function | GetDefaultBody | () as IpfcSolidBody |
|
Returns the default body of the solid.
|
| Function | GetEdgeSolidBody | (thisEdge as IpfcEdge) as IpfcSolidBody |
|
Returns the body to which the edge belongs.
|
| Function | GetFeatureById | (Id as Long) as IpfcFeature [optional] |
|
Retrieves the specified feature, given its identifier. Exceptions thrown (but not limited to): IpfcXToolkitNotExist - Item with such id and type does not exist.
|
| Function | GetFeatureByName | (Name as String) as IpfcFeature [optional] |
|
Locates the feature object, given its name. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The item was not found.
|
| Function | GetGeomRep | () as IpfcSimpRep |
|
Returns the object representing the solid model's Geometry Rep. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The function did not find the simplified representation in the solid.
|
| Function | GetGraphicsRep | () as IpfcSimpRep |
|
Returns the object representing the solid model's Grpahics Rep. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The function did not find the simplified representation in the solid.
|
| Function | GetMassProperty | (CoordSysName as String [optional]) as IpfcMassProperty |
|
Gets the mass properties for the solid. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The specified coordinate system was not found.
|
| Function | GetMassPropertyWithDensity | (CoordSysName as String [optional], DensityOpt as IpfcMPDensityUse, density as Double [optional]) as IpfcMassProperty |
|
| Function | GetMasterRep | () as IpfcSimpRep |
|
Returns the object representing the solid model's Master Rep. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The function did not find the simplified representation in the solid.
|
| Function | GetPrincipalUnits | () as IpfcUnitSystem |
|
Gets the system of units assigned to the solid model.
|
| Function | GetSimpRep | (SimpRepName as String) as IpfcSimpRep |
|
Returns the handle to the specified simplified representation. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The function did not find the simplified representation in the solid.
|
| Function | GetSurfaceSolidBody | (thisSurf as IpfcSurface) as IpfcSolidBody |
|
Returns the body to which the surface belongs.
|
| Function | GetUnit | (Name as String, ByExpression as Boolean [optional]) as IpfcUnit [optional] |
|
Get the handle to a particular unit based on name or expression. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The indicated unit name does not exist in the model.
|
| Function | HasRetrievalErrors | () as Boolean |
|
Identifies if a previous call to retrieve the model resulted in errors. Models may be retrieved even if some component models are missing. The missing components will be suppressed, and geometry referencing these models will be frozen. The retrieval methods will not give an indication that this error occurred. Call this method after retrieval to see if any such errors occurred. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - Errors were not found for this model.
|
| Function | ListCrossSections | () as IpfcXSections [optional] |
|
Lists the cross-sections in the solid model. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - Model doesn't have cross-sections.
|
| Function | ListFailedFeatures | () as IpfcFeatures [optional] |
|
Retrieves the list of failed features in the part or assembly.
|
| Function | ListFeaturesByType | (VisibleOnly as Boolean [optional], Type as IpfcFeatureType [optional]) as IpfcFeatures [optional] |
|
Lists the features according to type. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - No failed feature was found.
|
| Function | ListGroups | () as IpfcFeatureGroups |
|
Collect groups (including UDFs) in the solid. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - No groups exist in the solid
|
| Function | ListUnits | (Type as IpfcUnitType [optional]) as IpfcUnits |
|
Lists the units available in the model.
|
| Function | ListUnitSystems | () as IpfcUnitSystems |
|
Lists the unit systems available in the model.
|
| Sub | Regenerate | (Instrs as IpfcRegenInstructions [optional]) |
|
Regenerates the solid. Regeneration in No-Resolve mode (default mode in Creo Elements/Pro) is not supported. This method will throw IpfcXToolkitBadContext, if Creo Parametric is running in No-Resolve mode. To continue with the Pro/ENGINEER Wildfire 4.0 behavior in Resolve mode, set the configuration option 'regen_failure_handling' to 'resolve_mode'. Exceptions thrown (but not limited to): IpfcXToolkitUnattachedFeats - Unattached features were detected, but there was no regeneration failure IpfcXToolkitRegenerateAgain - The model is too complex to regenerate the first time IpfcXToolkitBadContext - Invalid regen flags and/or combination of regeneration flags if mixed with pfcRegenInstructions::SetForceRegen as true.
|
| Function | SelectSimpRep | () as IpfcSimpRep |
|
Enables the user to select a simplified representation. Exceptions thrown (but not limited to): IpfcXToolkitUserAbort - The user aborted simplified representation selection.
|
| Sub | SetPrincipalUnits | (Units as IpfcUnitSystem, Options as IpfcUnitConversionOptions) |
|
Sets the system of units for the solid. This will regenerate the model.
|