
################################
A3DPDF3DArtworkGetBoundingSphere
################################

.. c:function:: A3DStatus A3DPDF3DArtworkGetBoundingSphere(A3DPDF3DArtwork *p3DArtwork, A3DDouble *pdRadius, A3DVector3dData *pCenter)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDF3DArtworkGetBoundingSphere(:c:type:`~A3DPDF3DArtwork`\ * **p3DArtwork**\ , :c:type:`~A3DDouble`\ * **pdRadius**\ , :c:struct:`~A3DVector3dData`\ * **pCenter**\ )
   
   Get the bounding sphere of the default view of the 3D Artwork. 
   
   **Parameters**
   
   
      **p3DArtwork**\ : The 3D Artwork object to work with 
   
      **pdRadius**\ : The radius of the bounding sphere. 
   
      **pCenter**\ : The center of the bounding sphere.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




