Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Static Public Member Functions
GeomTools Class Reference

The GeomTools package provides utilities for Geometry. More...

#include <GeomTools.hxx>

Static Public Member Functions

static void Dump (const occ::handle< Geom_Surface > &S, Standard_OStream &OS)
 A set of Curves from Geom2d. Dumps the surface on the stream.
 
static void Write (const occ::handle< Geom_Surface > &S, Standard_OStream &OS)
 Writes the surface on the stream.
 
static void Read (occ::handle< Geom_Surface > &S, Standard_IStream &IS)
 Reads the surface from the stream.
 
static void Dump (const occ::handle< Geom_Curve > &C, Standard_OStream &OS)
 Dumps the Curve on the stream.
 
static void Write (const occ::handle< Geom_Curve > &C, Standard_OStream &OS)
 Writes the Curve on the stream.
 
static void Read (occ::handle< Geom_Curve > &C, Standard_IStream &IS)
 Reads the Curve from the stream.
 
static void Dump (const occ::handle< Geom2d_Curve > &C, Standard_OStream &OS)
 Dumps the Curve on the stream.
 
static void Write (const occ::handle< Geom2d_Curve > &C, Standard_OStream &OS)
 Writes the Curve on the stream.
 
static void Read (occ::handle< Geom2d_Curve > &C, Standard_IStream &IS)
 Reads the Curve from the stream.
 
static void SetUndefinedTypeHandler (const occ::handle< GeomTools_UndefinedTypeHandler > &aHandler)
 
static occ::handle< GeomTools_UndefinedTypeHandlerGetUndefinedTypeHandler ()
 
static void GetReal (Standard_IStream &IS, double &theValue)
 Reads the double value from the stream. Zero is read in case of error.
 

Detailed Description

The GeomTools package provides utilities for Geometry.

Member Function Documentation

◆ Dump() [1/3]

static void GeomTools::Dump ( const occ::handle< Geom2d_Curve > & C,
Standard_OStream & OS )
static

Dumps the Curve on the stream.

◆ Dump() [2/3]

static void GeomTools::Dump ( const occ::handle< Geom_Curve > & C,
Standard_OStream & OS )
static

Dumps the Curve on the stream.

◆ Dump() [3/3]

static void GeomTools::Dump ( const occ::handle< Geom_Surface > & S,
Standard_OStream & OS )
static

A set of Curves from Geom2d. Dumps the surface on the stream.

◆ GetReal()

static void GeomTools::GetReal ( Standard_IStream & IS,
double & theValue )
static

Reads the double value from the stream. Zero is read in case of error.

◆ GetUndefinedTypeHandler()

static occ::handle< GeomTools_UndefinedTypeHandler > GeomTools::GetUndefinedTypeHandler ( )
static

◆ Read() [1/3]

static void GeomTools::Read ( occ::handle< Geom2d_Curve > & C,
Standard_IStream & IS )
static

Reads the Curve from the stream.

◆ Read() [2/3]

static void GeomTools::Read ( occ::handle< Geom_Curve > & C,
Standard_IStream & IS )
static

Reads the Curve from the stream.

◆ Read() [3/3]

static void GeomTools::Read ( occ::handle< Geom_Surface > & S,
Standard_IStream & IS )
static

Reads the surface from the stream.

◆ SetUndefinedTypeHandler()

static void GeomTools::SetUndefinedTypeHandler ( const occ::handle< GeomTools_UndefinedTypeHandler > & aHandler)
static

◆ Write() [1/3]

static void GeomTools::Write ( const occ::handle< Geom2d_Curve > & C,
Standard_OStream & OS )
static

Writes the Curve on the stream.

◆ Write() [2/3]

static void GeomTools::Write ( const occ::handle< Geom_Curve > & C,
Standard_OStream & OS )
static

Writes the Curve on the stream.

◆ Write() [3/3]

static void GeomTools::Write ( const occ::handle< Geom_Surface > & S,
Standard_OStream & OS )
static

Writes the surface on the stream.


The documentation for this class was generated from the following file: