GeometryRayCastHit#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.Selection.GeometryRayCastHit#

Bases: object

GeometryRayCastHit, contains geoEntity and vector normal

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Entity

Geometry entity hit by ray cast

HitVector

BoundVector with location and normal direction on geometry entity to ray cast

Property detail#

property GeometryRayCastHit.Entity: Ansys.ACT.Interfaces.Geometry.IGeoEntity | None#

Geometry entity hit by ray cast

property GeometryRayCastHit.HitVector: Ansys.Mechanical.Math.BoundVector | None#

BoundVector with location and normal direction on geometry entity to ray cast

Method detail#

GeometryRayCastHit.Equals(obj: Any) bool#

Equals method.

GeometryRayCastHit.GetHashCode() int#

GetHashCode method.

GeometryRayCastHit.GetType() type#

GetType method.

GeometryRayCastHit.ToString() str#

ToString method.