Packages |
| package | GEOM |
Defines |
| #define | MAX2(X, Y) (Abs(X) > Abs(Y) ? Abs(X) : Abs(Y)) |
| #define | MAX3(X, Y, Z) (MAX2(MAX2(X,Y), Z)) |
| #define | DEFAULT_DEFLECTION 0.001 |
Functions |
| void | GEOM.MeshShape (const TopoDS_Shape theShape, float &theDeflection, bool theForced) |
| void | GEOM.SetShape (const TopoDS_Shape &theShape, const TopTools_IndexedDataMapOfShapeListOfShape &theEdgeMap, bool theIsVector, GEOM_EdgeSource *theIsolatedEdgeSource, GEOM_EdgeSource *theOneFaceEdgeSource, GEOM_EdgeSource *theSharedEdgeSource, GEOM_WireframeFace *theWireframeFaceSource, GEOM_ShadingFace *theShadingFaceSource) |