SilverScreen Solid Modeler

PointVsStatus

PointVsStatus

Previous topic Next topic  

PointVsStatus

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

PointVsStatus

 

Structure

PointVsStatus is an enumeration used by several SilverSharp API routines as a return value.

 

 

 

C# Code

   

enum PointVsStatus

  {

  NOT_SOLID,

  NOT_FOUND,

  SS_FAILURE,

  PT_OUTSIDE,

  ON_VERTEX,

  ON_EDGE,

  ON_FACE,

  PT_INSIDE,

  PT_OFF_PLANE,

  };

 

 

 

Members

The meanings of the enumeration values are described within the bodies of the API routines that return them.

 

 

See Also

point_vs_polygon, point_vs_solid