
########################
A3DAsmGetFixedComponents
########################

.. c:function:: A3DStatus A3DAsmGetFixedComponents(const A3DAsmProductOccurrence *pOwnerNode, A3DUns32 *puiNumberOfFixedSubNodes, A3DAsmProductOccurrence ***pppFixedSubNodes)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DAsmGetFixedComponents(*const* :c:type:`~A3DAsmProductOccurrence`\ * **pOwnerNode**\ , :c:type:`~A3DUns32`\ * **puiNumberOfFixedSubNodes**\ , :c:type:`~A3DAsmProductOccurrence`\ *** **pppFixedSubNodes**\ )
   
   Builds a list of the components which are rigidly connected to an owner. 
   
   
      11.2
   
   
   **Parameters**
   
   
      **pOwnerNode**\ : The base Product Occurrence the resulting list in built on. 
   
      **puiNumberOfFixedSubNodes**\ : The size ``pppFixedSubNodes`` 
   
      **pppFixedSubNodes**\ : The resulting array. 
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




