Home
last modified time | relevance | path

Searched refs:theXDirection (Results 1 – 8 of 8) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBnd_OBB.hxx54 const gp_Dir& theXDirection, in Bnd_OBB() argument
62 myAxes[0] = theXDirection.XYZ(); in Bnd_OBB()
118 void SetXComponent(const gp_Dir& theXDirection, in SetXComponent() argument
123 myAxes[0] = theXDirection.XYZ(); in SetXComponent()
H A DAIS_Manipulator.hxx477 const gp_Dir& theXDirection,
/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/
H A DBnd_OBB.hxx54 const gp_Dir& theXDirection, in Bnd_OBB() argument
62 myAxes[0] = theXDirection.XYZ(); in Bnd_OBB()
118 void SetXComponent(const gp_Dir& theXDirection, in SetXComponent() argument
123 myAxes[0] = theXDirection.XYZ(); in SetXComponent()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBnd_OBB.hxx54 const gp_Dir& theXDirection, in Bnd_OBB() argument
62 myAxes[0] = theXDirection.XYZ(); in Bnd_OBB()
118 void SetXComponent(const gp_Dir& theXDirection, in SetXComponent() argument
123 myAxes[0] = theXDirection.XYZ(); in SetXComponent()
H A DAIS_Manipulator.hxx464 const gp_Dir& theXDirection,
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_Trihedron.cxx785 const gp_Dir& theXDirection, in updatePrimitives() argument
795 anAxisDirs.Bind(Prs3d_DatumParts_XAxis, theXDirection); in updatePrimitives()
H A DAIS_Manipulator.hxx477 const gp_Dir& theXDirection,
H A DAIS_Manipulator.cxx1356 const gp_Dir& theXDirection, in Init() argument
1361 gp_Ax3 aSystem(thePosition.Location(), thePosition.Direction(), theXDirection); in Init()