-
Node & Edge Definition
Define CAD model elements (e.g., mesh vertices, B-Rep faces/edges) as nodes and represent connection relationships between elements as edges to create graphs. -
Message Passing
GNN iteratively exchanges feature information of each node with neighbor node information to update node feature vectors. Through this process, the model deeply learns complex shapes and relationships between elements (topological information). -
Rotation Invariance
GNN-based approaches use unique descriptors unaffected by 3D model rotation or translation, enabling consistent and accurate analysis of CAD models in various poses.
PRINCIPLES