Product Structure
AP 210 represents the physical and functional hierarchy of electronic products using a structured product model.
Assembly Hierarchy
Electronic products are hierarchical:
System
└── Board Assembly (PCA)
├── Printed Circuit Board (PCB)
├── Component 1 (IC Package)
│ ├── Die
│ ├── Substrate
│ └── Leadframe
├── Component 2 (Resistor)
└── Component 3 (Connector)Core Entities
AP 210 uses the following STEP entities to model product structure:
product - The top-level product definition
product_definition_formation - A specific version of a product
product_definition - A specific view of a product version
product_definition_relationship - Relationships between product definitions
next_assembly_usage_occurrence - An occurrence of a component in an assembly
Physical vs. Functional Structure
Navigation Patterns
To traverse an AP 210 product structure:
Start from a
product_definitionwith context "design"Find
next_assembly_usage_occurrencerelationshipsFor each occurrence, navigate to the component’s
product_definitionRepeat recursively for sub-assemblies
Access shape, material, and property data at each level