Open CASCADE Technology Reference Manual 8.0.0.dev-68d3dc89
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
IGESSelect Class Reference

This package defines the library of the most used tools for IGES Files : Selections & Modifiers specific to the IGES norm, and the most needed converters. More...

#include <IGESSelect.hxx>

Static Public Member Functions

static void Run ()
 Simply gives a prompt for a conversational action on standard input/output. Returns the status of a.
 
static Standard_Integer WhatIges (const Handle< IGESData_IGESEntity > &ent, const Interface_Graph &G, Handle< IGESData_IGESEntity > &sup, Standard_Integer &index)
 Gives a quick analysis of an IGES Entity in the context of a model (i.e. a File) described by a Graph. Returned values are : : the most meaningful super entity, if any (else Null) <index> : meaningful index relating to super entity, if any <returned> : a status which helps exploitation of , by giving a case (normally, types of <ent> and should suffice to known the case)
 

Detailed Description

This package defines the library of the most used tools for IGES Files : Selections & Modifiers specific to the IGES norm, and the most needed converters.

Member Function Documentation

◆ Run()

static void IGESSelect::Run ( )
static

Simply gives a prompt for a conversational action on standard input/output. Returns the status of a.

◆ WhatIges()

static Standard_Integer IGESSelect::WhatIges ( const Handle< IGESData_IGESEntity > & ent,
const Interface_Graph & G,
Handle< IGESData_IGESEntity > & sup,
Standard_Integer & index )
static

Gives a quick analysis of an IGES Entity in the context of a model (i.e. a File) described by a Graph. Returned values are : : the most meaningful super entity, if any (else Null) <index> : meaningful index relating to super entity, if any <returned> : a status which helps exploitation of , by giving a case (normally, types of <ent> and should suffice to known the case)


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