Creates and accesses product occurrence PRC entities. More...
Modules | |
Bit field flag definitions for product occurrences | |
Part Definition | |
Filter Module | |
Creates and accesses filter entities that control the entities and layers included in the 3D image. | |
Data Structures | |
struct | A3DMaterialAndVisualisationInfos |
A structure to store material, visibility, suppressed, etc... informations, to put on other product occurence. Used for Assemblies / Views that modify those informations. It will be applied during shattered post-treatment. | |
struct | A3DViewMaterialAndVisualisationInfos |
A structure to store a list of MaterialAndVisualisationInfos, applied by a view. Used for a View that modify those informations. It will be applied during shattered post-treatment. | |
struct | A3DAsmProductOccurrenceData |
A structure specifying product occurrence data. | |
struct | A3DAsmAttachmentsInfosSLW |
A structure specifying assembly attachments infos specific to Solidworks format. | |
struct | A3DAsmProductOccurrenceDataSLW |
A structure specifying product occurrence data specific to Solidworks format. | |
struct | A3DAsmProductOccurrenceDataCat |
A structure specifying product occurrence data specific to Catia format. | |
struct | A3DAsmProductOccurrenceDataCV5 |
A structure specifying product occurrence data specific to CV5 format. | |
struct | A3DPromotedBodyUg |
A structure specifying Promoted Bodies Ids for Ug Format. | |
struct | A3DElementsByRefsetUg |
A structure specifying a List of Elements Ids associated to a refset, for Ug Format. | |
struct | A3DAsmProductOccurrenceDataUg |
A structure specifying product occurrence data specific to Ug format. | |
struct | A3DAsmProductOccurrenceDataProe |
A structure specifying product occurrence data specific to CV5 format. | |
struct | A3DAsmProductOccurrenceDataInv |
A structure specifying product occurrence data specific to Inventor format. | |
struct | A3DAsmProductOccurrenceDataJT |
A structure specifying product occurrence data specific to JT format. | |
Enumerations | |
enum | A3DEProductLoadStatus { kA3DProductLoadStatusUnknown = 0, kA3DProductLoadStatusError, kA3DProductLoadStatusNotLoaded, kA3DProductLoadStatusNotLoadable, kA3DProductLoadStatusLoaded } |
enum | A3DEProductLoadStatus { kA3DProductLoadStatusUnknown = 0, kA3DProductLoadStatusError, kA3DProductLoadStatusNotLoaded, kA3DProductLoadStatusNotLoadable, kA3DProductLoadStatusLoaded } |
Load status of the PRC model file. More... | |
enum | A3DEProductOccurenceTypeSLW |
Product Occurence Type in Solidworks. More... | |
enum | A3DEProductOccurenceTypeInv |
A structure specifying The type of Productoccurence, for Inventor. More... | |
Creates and accesses product occurrence PRC entities.
A product occurrence denotes an assembly tree. If the assembly tree contains a single part, the product occurrence points directly to a part definition. In the case of a more complex assembly tree, a product occurrence is a hierarchy of child product occurrences. And a product occurrence can reference product occurrences that are designated as ProductPrototypes or ExternalData. Such ProductOccurrences denote subassembly structures, which in turn can point to PartDefinitions.
Entity type is kA3DTypeAsmProductOccurrence.
Load status of the PRC model file.
Product Occurence Type in Solidworks.
A structure specifying The type of Productoccurence, for Inventor.