![]()  | 
  
    PolyLink
    
   A library to allow manipulation of geometry from within Mathematica 
   | 
 
A polyhedron! It contains a list of facets. More...
  
 Public Member Functions | |
| Polyhedron () | |
| void | AddFacet (Facet f) | 
| void | AddFacets (IEnumerable< Facet > facets) | 
| void | AddFacets (Facet[] facets) | 
| IEnumerable< Facet[]> | SlowDangerousIntersectionTest () | 
| IEnumerable< Facet[]> | ConvexAssumingInteresectionTest () | 
| void | Triangulate () | 
| void | MakeNumerical () | 
| Polyhedron | CloneAll () | 
| void | ForceHalfEdgesToReferenceFacets () | 
| void | TagFacets () | 
| Expr | Labelize (Func< int, Facet, Expr > labelizer) | 
| Facet | PickFacet (int n) | 
| HalfEdge | PickHalfEdge (int fNumber, int hNumber) | 
| void | FusePoints () | 
| Forces HalfEdges to share PointRefs when their PointRefs already refer the same point in space.  More... | |
  Public Member Functions inherited from PolyLink.MathLinked | |
| MathLinked () | |
Properties | |
| IEnumerable< Facet > | Facets [get] | 
| Facet[] | FacetArray [get] | 
| Expr | Graphics [get] | 
| IEnumerable< HalfEdge > | HalfEdges [get] | 
| IEnumerable< HalfEdge > | OutOfOrderHalfEdges [get] | 
| Expr | HalfEdgeGraphics [get] | 
| Expr | NormalGraphics [get] | 
| Expr | Labels [get] | 
| Expr | InsetLabels [get] | 
| Expr | AllLabels [get] | 
| IEnumerable< HalfEdge > | TornHalfEdges [get] | 
  Properties inherited from PolyLink.MathLinked | |
| IKernelDispatch | ML [get, set] | 
A polyhedron! It contains a list of facets.
Definition at line 14 of file Polyhedron.cs.
| PolyLink.Polyhedron.Polyhedron | ( | ) | 
Definition at line 16 of file Polyhedron.cs.
| void PolyLink.Polyhedron.AddFacet | ( | Facet | f | ) | 
Definition at line 50 of file Polyhedron.cs.
| void PolyLink.Polyhedron.AddFacets | ( | IEnumerable< Facet > | facets | ) | 
Definition at line 55 of file Polyhedron.cs.
| void PolyLink.Polyhedron.AddFacets | ( | Facet[] | facets | ) | 
Definition at line 60 of file Polyhedron.cs.
| Polyhedron PolyLink.Polyhedron.CloneAll | ( | ) | 
Definition at line 127 of file Polyhedron.cs.
| IEnumerable<Facet[]> PolyLink.Polyhedron.ConvexAssumingInteresectionTest | ( | ) | 
Definition at line 95 of file Polyhedron.cs.
| void PolyLink.Polyhedron.ForceHalfEdgesToReferenceFacets | ( | ) | 
Definition at line 160 of file Polyhedron.cs.
| void PolyLink.Polyhedron.FusePoints | ( | ) | 
Forces HalfEdges to share PointRefs when their PointRefs already refer the same point in space.
Definition at line 234 of file Polyhedron.cs.
| Expr PolyLink.Polyhedron.Labelize | ( | Func< int, Facet, Expr > | labelizer | ) | 
Definition at line 195 of file Polyhedron.cs.
| void PolyLink.Polyhedron.MakeNumerical | ( | ) | 
Definition at line 118 of file Polyhedron.cs.
| Facet PolyLink.Polyhedron.PickFacet | ( | int | n | ) | 
Definition at line 207 of file Polyhedron.cs.
| HalfEdge PolyLink.Polyhedron.PickHalfEdge | ( | int | fNumber, | 
| int | hNumber | ||
| ) | 
Definition at line 226 of file Polyhedron.cs.
| IEnumerable<Facet[]> PolyLink.Polyhedron.SlowDangerousIntersectionTest | ( | ) | 
Definition at line 83 of file Polyhedron.cs.
| void PolyLink.Polyhedron.TagFacets | ( | ) | 
Definition at line 184 of file Polyhedron.cs.
| void PolyLink.Polyhedron.Triangulate | ( | ) | 
Definition at line 112 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 213 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 31 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 24 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 36 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 74 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 46 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 180 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 175 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 170 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 66 of file Polyhedron.cs.
      
  | 
  get | 
Definition at line 260 of file Polyhedron.cs.