Repetier-Host Plugin  2.0.0
RepetierHostExtender.geom.TopoEdge Class Reference

Public Member Functions

 TopoEdge (TopoVertex _v1, TopoVertex _v2)
 
TopoTriangle [] ComputeFaces (TopoModel model)
 
int [] ComputeFacesIdx ()
 
bool isBuildOf (TopoVertex _v1, TopoVertex _v2)
 
void connectFace (TopoTriangle face)
 
void disconnectFace (TopoTriangle face, TopoModel model)
 
void MarkConnectedFacesBad (TopoModel model)
 
double DihedralAngle (TopoModel model)
 
bool ContainsVertex (TopoVertex v)
 
List< TopoEdgeFindNeighbourEdgesWithOneFace (TopoModel model)
 
TopoTriangle GetFaceExcept (TopoModel model, TopoTriangle notThis)
 
void InsertVertex (TopoModel model, TopoVertex vertex)
 Splits an edge and changes the connected triangles to maintain a topological correct system. More...
 
TopoTriangle FirstTriangle (TopoModel model)
 
bool ProjectPoint (RHVector3 p, out double lambda, RHVector3 pProjected)
 
override string ToString ()
 

Public Attributes

TopoVertex v1
 
TopoVertex v2
 
int algHelper
 

Properties

int connectedFaces [get]
 
double EdgeLength [get]
 
TopoVertex this[int pos] [get]
 

Member Function Documentation

◆ InsertVertex()

void RepetierHostExtender.geom.TopoEdge.InsertVertex ( TopoModel  model,
TopoVertex  vertex 
)

Splits an edge and changes the connected triangles to maintain a topological correct system.

Parameters
model
vertex

The documentation for this class was generated from the following file:
About Us | Privacy Policy