Exemple #1
0
 public bool ConnexIntByInt(TopoDS_Face FI, BRepOffset_Offset OFI, TopTools_DataMapOfShapeShape MES,
                            TopTools_DataMapOfShapeShape Build, BRepAlgo_AsDes AsDes2d, double Offset, double Tol,
                            BRepOffset_Analyse Analyse, TopTools_IndexedMapOfShape FacesWithVerts,
                            TopTools_IndexedDataMapOfShapeListOfShape theDMVV)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void BuildSplitsOfExtendedFaces(TopTools_ListOfShape theLF, BRepOffset_Analyse theAnalyse,
                                        BRepAlgo_AsDes theAsDes, TopTools_DataMapOfShapeListOfShape theEdgesOrigins,
                                        TopTools_DataMapOfShapeShape theFacesOrigins, TopTools_DataMapOfShapeShape theETrimEInf,
                                        BRepAlgo_Image theImage)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void BuildSplitsOfTrimmedFaces(TopTools_ListOfShape theLF, BRepAlgo_AsDes theAsDes,
                                       BRepAlgo_Image theImage)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public void IntersectEdges(TopTools_ListOfShape theFaces, BRepOffset_DataMapOfShapeOffset theMapSF,
                            TopTools_DataMapOfShapeShape theMES, TopTools_DataMapOfShapeShape theBuild, BRepAlgo_AsDes theAsDes,
                            BRepAlgo_AsDes theAsDes2d)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public bool FuseVertices(TopTools_IndexedDataMapOfShapeListOfShape theDMVV, BRepAlgo_AsDes theAsDes)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public void Compute(BRepAlgo_AsDes AsDes, TopoDS_Face F, TopTools_IndexedMapOfShape NewEdges, double Tol,
                     TopTools_IndexedDataMapOfShapeListOfShape theDMVV)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public void CorrectOrientation(TopoDS_Shape SI, TopTools_IndexedMapOfShape NewEdges, BRepAlgo_AsDes AsDes,
                                BRepAlgo_Image InitOffset, double Offset)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public void BuildFaces(TopTools_ListOfShape LF, BRepAlgo_AsDes AsDes, BRepAlgo_Image Image)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public void BuildOnContext(TopTools_ListOfShape LContext, BRepOffset_Analyse Analyse, BRepAlgo_AsDes AsDes,
                            BRepAlgo_Image Image, bool InSide)
 {
     throw new NotImplementedException();
 }
 public BRepOffset_Inter3d(BRepAlgo_AsDes AsDes, TopAbs_State Side, double Tol)
     : base()
 {
     throw new NotImplementedException();
 }