Open CASCADE Technology  6.9.0
Public Member Functions

GeomToIGES_GeomPoint Class Reference

This class implements the transfer of the Point Entity from Geom to IGES . These are : . Point. More...

#include <GeomToIGES_GeomPoint.hxx>

Inheritance diagram for GeomToIGES_GeomPoint:
Inheritance graph
[legend]

Public Member Functions

 GeomToIGES_GeomPoint ()
 
 GeomToIGES_GeomPoint (const GeomToIGES_GeomEntity &GE)
 Creates a tool GeomPoint ready to run and sets its fields as GE's. More...
 
Handle< IGESGeom_PointTransferPoint (const Handle< Geom_Point > &start)
 Transfert a Point from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity. More...
 
Handle< IGESGeom_PointTransferPoint (const Handle< Geom_CartesianPoint > &start)
 Transfert a CartesianPoint from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity. More...
 
- Public Member Functions inherited from GeomToIGES_GeomEntity
 GeomToIGES_GeomEntity ()
 Creates a tool GeomEntity. More...
 
 GeomToIGES_GeomEntity (const GeomToIGES_GeomEntity &GE)
 Creates a tool ready to run and sets its fields as GE's. More...
 
void SetModel (const Handle< IGESData_IGESModel > &model)
 Set the value of "TheModel". More...
 
Handle< IGESData_IGESModelGetModel () const
 Returns the value of "TheModel". More...
 
void SetUnit (const Standard_Real unit)
 Sets the value of the UnitFlag. More...
 
Standard_Real GetUnit () const
 Returns the value of the UnitFlag of the header of the model in meters. More...
 

Detailed Description

This class implements the transfer of the Point Entity from Geom to IGES . These are : . Point.

Constructor & Destructor Documentation

GeomToIGES_GeomPoint::GeomToIGES_GeomPoint ( )
GeomToIGES_GeomPoint::GeomToIGES_GeomPoint ( const GeomToIGES_GeomEntity GE)

Creates a tool GeomPoint ready to run and sets its fields as GE's.

Member Function Documentation

Handle< IGESGeom_Point > GeomToIGES_GeomPoint::TransferPoint ( const Handle< Geom_Point > &  start)

Transfert a Point from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity.

Handle< IGESGeom_Point > GeomToIGES_GeomPoint::TransferPoint ( const Handle< Geom_CartesianPoint > &  start)

Transfert a CartesianPoint from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity.


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