Home
last modified time | relevance | path

Searched refs:modeshape (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/STEPControl/
H A DSTEPControl_Controller.cxx345 const Standard_Integer modeshape, in TransferWriteShape() argument
348 if (modeshape < 0 || modeshape > 4) return IFSelect_RetError; in TransferWriteShape()
355 return XSControl_Controller::TransferWriteShape(shape, FP, model, modeshape, theProgress); in TransferWriteShape()
/dports/math/gismo/gismo-21.12.0/extensions/gsStructuralAnalysis/doc/
H A DgsModalSolver.dox16 The modeshape is represented by \f$\phi\f$.
H A DgsBucklingSolver.dox18 The modeshape is represented by \f$\phi\f$.
/dports/cad/opencascade/opencascade-7.6.0/src/XSDRAWSTEP/
H A DXSDRAWSTEP.cxx372 char modeshape = argv[1][0]; in stepwrite() local
374 switch (modeshape) { in stepwrite()