.. vale off :class:`GeometryRayCastSettings` ================================ .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.Selection.GeometryRayCastSettings Bases: :py:obj:`object` GeometryRayCastSettings class. .. !! processed by numpydoc !! .. py:currentmodule:: GeometryRayCastSettings Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~HitFaces` - Specifies whether ray casting should hit faces. * - :py:attr:`~HitEdges` - Specifies whether ray casting should hit edges. * - :py:attr:`~HitVertices` - Specifies whether ray casting should hit vertices. * - :py:attr:`~HitBodies` - Specifies whether ray casting should hit bodies. * - :py:attr:`~MaxHits` - Specifies maximum number of ray casting hits. * - :py:attr:`~CastRadius` - Optional; specifies maximum radial distance from BoundVector. * - :py:attr:`~CastLength` - Optional; specifies maximum axial distance from BoundVector origin. Property detail --------------- .. py:property:: HitFaces :no-index: :type: Optional[System.Boolean] Specifies whether ray casting should hit faces. Defaults to true. .. !! processed by numpydoc !! .. py:property:: HitEdges :no-index: :type: Optional[System.Boolean] Specifies whether ray casting should hit edges. Defaults to false. .. !! processed by numpydoc !! .. py:property:: HitVertices :no-index: :type: Optional[System.Boolean] Specifies whether ray casting should hit vertices. Defaults to false. .. !! processed by numpydoc !! .. py:property:: HitBodies :no-index: :type: Optional[System.Boolean] Specifies whether ray casting should hit bodies. Defaults to false. .. !! processed by numpydoc !! .. py:property:: MaxHits :no-index: :type: Optional[System.UInt32] Specifies maximum number of ray casting hits. Defaults to 1000. .. !! processed by numpydoc !! .. py:property:: CastRadius :no-index: :type: Optional[Ansys.Core.Units.Quantity] Optional; specifies maximum radial distance from BoundVector. .. !! processed by numpydoc !! .. py:property:: CastLength :no-index: :type: Optional[Ansys.Core.Units.Quantity] Optional; specifies maximum axial distance from BoundVector origin. Defaults to maximum needed length. .. !! processed by numpydoc !! .. vale on