Open CASCADE Technology 7.8.2.dev
|
#include <BRepAdaptor_Surface.hxx>
#include <Geom_Surface.hxx>
#include <gp_Lin2d.hxx>
#include <Prs3d_LineAspect.hxx>
#include <Prs3d_NListOfSequenceOfPnt.hxx>
#include <StdPrs_DeflectionCurve.hxx>
#include <StdPrs_ToolTriangulatedShape.hxx>
#include <TColStd_SequenceOfReal.hxx>
Data Structures | |
class | StdPrs_Isolines |
Tool for computing isoline representation for a face or surface. Depending on a flags set to the given Prs3d_Drawer instance, on-surface (is used by default) or on-triangulation isoline builder algorithm will be used. If the given shape is not triangulated, on-surface isoline builder will be applied regardless of Prs3d_Drawer flags. More... | |
struct | StdPrs_Isolines::PntOnIso |
Auxiliary structure defining 3D point on isoline. More... | |
struct | StdPrs_Isolines::SegOnIso |
Auxiliary structure defining segment of isoline. More... | |