FougTools  0.7.0dev-046fb6a
Handy tools for C++, Qt and OpenCascade
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
occ::PointOnFacesProjector::Result Struct Reference

#include <point_on_faces_projector.h>

Public Member Functions

 Result ()
 
 Result (const TopoDS_Face &sFace, const gp_Pnt &sPoint, const gp_Vec &sNormal)
 

Public Attributes

const bool isValid
 
const TopoDS_Face face
 
const gp_Pnt point
 
const gp_Vec normal
 

Constructor & Destructor Documentation

occ::PointOnFacesProjector::Result::Result ( )
occ::PointOnFacesProjector::Result::Result ( const TopoDS_Face &  sFace,
const gp_Pnt &  sPoint,
const gp_Vec &  sNormal 
)

Member Data Documentation

const TopoDS_Face occ::PointOnFacesProjector::Result::face
const bool occ::PointOnFacesProjector::Result::isValid
const gp_Vec occ::PointOnFacesProjector::Result::normal
const gp_Pnt occ::PointOnFacesProjector::Result::point

The documentation for this struct was generated from the following files: