Home
last modified time | relevance | path

Searched refs:myTrihedron (Results 1 – 14 of 14) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_PipeShell.cxx250 myTrihedron = GeomFill_IsFrenet; in Set()
254 myTrihedron = GeomFill_IsFrenet; in Set()
271 myTrihedron = GeomFill_IsDiscreteTrihedron; in SetDiscrete()
286 myTrihedron = GeomFill_IsFixed; in Set()
303 myTrihedron = GeomFill_IsConstantNormal; in Set()
327 myTrihedron = GeomFill_IsDarboux; in Set()
396 myTrihedron = GeomFill_IsGuideAC; // without rotation in Set()
751 if (myTrihedron == GeomFill_IsDiscreteTrihedron) in Build()
959 switch(myTrihedron) in Prepare()
1141 if ( (myTrihedron == GeomFill_IsGuidePlanWithContact) in Prepare()
[all …]
H A DBRepFill_PipeShell.hxx239 GeomFill_Trihedron myTrihedron; member in BRepFill_PipeShell
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/08_HLR/src/
H A DSelectionDialog.cpp145 myTrihedron = new AIS_Trihedron (aTrihedronAxis); in OnDisplay()
147 myInteractiveContext->Display (myTrihedron, Standard_False); in OnDisplay()
170 myInteractiveContext->Display (myTrihedron, Standard_False); in UpdateViews()
206 myInteractiveContext->Display (myTrihedron, Standard_False); in OnGetSelectedShapes()
H A DSelectionDialog.h99 Handle(AIS_Trihedron) myTrihedron;
/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_Trihedron.cxx68 : Graphic3d_Structure (theManager), myTrihedron (theTrihedron) {} in TrihedronStructure()
71 virtual void Compute() Standard_OVERRIDE { myTrihedron->compute(); } in Compute()
74 V3d_Trihedron* myTrihedron; member in V3d_Trihedron::TrihedronStructure
H A DV3d_View.hxx274 if (myTrihedron.IsNull() && theToCreate) in Handle()
276 myTrihedron = new V3d_Trihedron(); in Handle()
278 return myTrihedron; in Handle()
1042 Handle(V3d_Trihedron) myTrihedron;
H A DV3d_View.cxx210 if (!myTrihedron.IsNull()) in Remove()
212 myTrihedron->Erase(); in Remove()
3600 if (!myTrihedron.IsNull()) in TriedronErase()
3602 myTrihedron->Erase(); in TriedronErase()
3671 OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myTrihedron.get()) in DumpJson()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DViewer3dDoc.cpp628 if (myAISContext -> IsDisplayed(myTrihedron)) in OnOptionsTrihedronDynamicTrihedron()
630 myAISContext->Remove(myTrihedron, Standard_True); in OnOptionsTrihedronDynamicTrihedron()
635 myTrihedron=new AIS_Trihedron(myTrihedronAxis); in OnOptionsTrihedronDynamicTrihedron()
637 myAISContext->Display(myTrihedron, Standard_True); in OnOptionsTrihedronDynamicTrihedron()
643 if (myAISContext->IsDisplayed(myTrihedron)) in OnUpdateOptionsTrihedronDynamicTrihedron()
H A DViewer3dDoc.h146 Handle(AIS_Trihedron) myTrihedron;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DV3d_View.hxx274 if (myTrihedron.IsNull() && theToCreate) in Handle()
276 myTrihedron = new V3d_Trihedron(); in Handle()
278 return myTrihedron; in Handle()
1042 Handle(V3d_Trihedron) myTrihedron;
H A DBRepFill_PipeShell.hxx239 GeomFill_Trihedron myTrihedron; member in BRepFill_PipeShell
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepFill_PipeShell.hxx248 GeomFill_Trihedron myTrihedron; member in BRepFill_PipeShell
H A DV3d_View.hxx1029 Handle(V3d_Trihedron) myTrihedron;
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs_11.cxx118 Handle(AIS_Trihedron) myTrihedron = new AIS_Trihedron(aTrihedronAxis); in OCC128()
119 myTrihedron->SetColor(Quantity_NOC_LIGHTSTEELBLUE4); in OCC128()
120 myTrihedron->SetSize(100); in OCC128()
121 myAISContext->Display(myTrihedron, Standard_True); in OCC128()