Class DMeshIntersectionTarget
  
  
  
  
    Inheritance
    
    DMeshIntersectionTarget
   
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class DMeshIntersectionTarget : IIntersectionTarget
   
  Constructors
  
  
  
  
  DMeshIntersectionTarget()
  
  
  Declaration
  
    public DMeshIntersectionTarget()
   
  
  
  
  DMeshIntersectionTarget(DMesh3, ISpatial)
  
  
  Declaration
  
    public DMeshIntersectionTarget(DMesh3 mesh, ISpatial spatial)
   
  Parameters
  
  Fields
  
  
  
  UseFaceNormal
  
  
  Declaration
  
    public bool UseFaceNormal
   
  Field Value
  
  Properties
  
  
  
  
  HasNormal
  
  
  Declaration
  
    public bool HasNormal { get; }
   
  Property Value
  
  
  
  
  Mesh
  
  
  Declaration
  
    public DMesh3 Mesh { get; set; }
   
  Property Value
  
  
  
  
  Spatial
  
  
  Declaration
  
    public ISpatial Spatial { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  RayIntersect(Ray3d, out Vector3d, out Vector3d)
  
  
  Declaration
  
    public bool RayIntersect(Ray3d ray, out Vector3d vHit, out Vector3d vHitNormal)
   
  Parameters
  
  Returns
  
  Implements