Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
StepElement_ElementAspect Class Reference

Representation of STEP SELECT type ElementAspect
More...

#include <StepElement_ElementAspect.hxx>

Inheritance diagram for StepElement_ElementAspect:
Inheritance graph
[legend]

Public Member Functions

 StepElement_ElementAspect ()
 Empty constructor
More...
 
Standard_Integer CaseNum (const Handle< Standard_Transient > &ent) const
 Recognizes a kind of ElementAspect select type
return 0
More...
 
virtual Standard_Integer CaseMem (const Handle< StepData_SelectMember > &ent) const
 Recognizes a items of select member ElementAspectMember
1 -> ElementVolume
2 -> Volume3dFace
3 -> Volume2dFace
4 -> Volume3dEdge
5 -> Volume2dEdge
6 -> Surface3dFace
7 -> Surface2dFace
8 -> Surface3dEdge
9 -> Surface2dEdge
10 -> CurveEdge
0 else
More...
 
virtual
Handle_StepData_SelectMember 
NewMember () const
 Returns a new select member the type ElementAspectMember
More...
 
void SetElementVolume (const StepElement_ElementVolume aVal)
 Set Value for ElementVolume
More...
 
StepElement_ElementVolume ElementVolume () const
 Returns Value as ElementVolume (or Null if another type)
More...
 
void SetVolume3dFace (const Standard_Integer aVal)
 Set Value for Volume3dFace
More...
 
Standard_Integer Volume3dFace () const
 Returns Value as Volume3dFace (or Null if another type)
More...
 
void SetVolume2dFace (const Standard_Integer aVal)
 Set Value for Volume2dFace
More...
 
Standard_Integer Volume2dFace () const
 Returns Value as Volume2dFace (or Null if another type)
More...
 
void SetVolume3dEdge (const Standard_Integer aVal)
 Set Value for Volume3dEdge
More...
 
Standard_Integer Volume3dEdge () const
 Returns Value as Volume3dEdge (or Null if another type)
More...
 
void SetVolume2dEdge (const Standard_Integer aVal)
 Set Value for Volume2dEdge
More...
 
Standard_Integer Volume2dEdge () const
 Returns Value as Volume2dEdge (or Null if another type)
More...
 
void SetSurface3dFace (const Standard_Integer aVal)
 Set Value for Surface3dFace
More...
 
Standard_Integer Surface3dFace () const
 Returns Value as Surface3dFace (or Null if another type)
More...
 
void SetSurface2dFace (const Standard_Integer aVal)
 Set Value for Surface2dFace
More...
 
Standard_Integer Surface2dFace () const
 Returns Value as Surface2dFace (or Null if another type)
More...
 
void SetSurface3dEdge (const Standard_Integer aVal)
 Set Value for Surface3dEdge
More...
 
Standard_Integer Surface3dEdge () const
 Returns Value as Surface3dEdge (or Null if another type)
More...
 
void SetSurface2dEdge (const Standard_Integer aVal)
 Set Value for Surface2dEdge
More...
 
Standard_Integer Surface2dEdge () const
 Returns Value as Surface2dEdge (or Null if another type)
More...
 
void SetCurveEdge (const StepElement_CurveEdge aVal)
 Set Value for CurveEdge
More...
 
StepElement_CurveEdge CurveEdge () const
 Returns Value as CurveEdge (or Null if another type)
More...
 
- Public Member Functions inherited from StepData_SelectType
Standard_Boolean Matches (const Handle< Standard_Transient > &ent) const
 Returns True if the Type of an Entity complies with the
definition list of the SelectType.
Also checks for a SelectMember
Default Implementation looks for CaseNum or CaseMem positive
More...
 
void SetValue (const Handle< Standard_Transient > &ent)
 Stores an Entity. This allows to define a specific SelectType
class with one read method per member Type, which returns the
Value casted with the good Type.
More...
 
void Nullify ()
 Nullifies the Stored Entity
More...
 
const Handle_Standard_Transient & Value () const
 Returns the Stored Entity. Can be used to define specific
read methods (see above)
More...
 
Standard_Boolean IsNull () const
 Returns True if there is no Stored Entity (i.e. it is Null)
More...
 
Handle_Standard_Type Type () const
 Returns the Effective (Dynamic) Type of the Stored Entity
If it is Null, returns TYPE(Transient)
More...
 
Standard_Integer CaseNumber () const
 Recognizes the Type of the stored Entity, or zero if it is
Null or SelectMember. Calls the first method CaseNum on Value
More...
 
virtual Handle_StepData_PDescr Description () const
 Returns the Description which corresponds to <me>
Null if no specific description to give. This description is
used to control reading an check validity.
Default returns a Null Handle, i.e. undefined description
It can suffice if CaseNum and CaseMem give enough control
More...
 
Standard_Integer CaseMember () const
 Returns the Type of the stored SelectMember, or zero if it is
Null or Entity. Calls the method CaseMem on Value
More...
 
Handle_StepData_SelectMember Member () const
 Returns Value as a SelectMember. Null if not a SelectMember
More...
 
Standard_CString SelectName () const
 Returns the type name of SelectMember. If no SelectMember or
with no type name, returns an empty string
To change it, pass through the SelectMember itself
More...
 
Standard_Integer Int () const
 This internal method gives access to a value implemented by an
Integer (to read it)
More...
 
void SetInt (const Standard_Integer val)
 This internal method gives access to a value implemented by an
Integer (to set it) : a SelectMember MUST ALREADY BE THERE !
More...
 
Standard_Integer Integer () const
 Gets the value as an Integer
More...
 
void SetInteger (const Standard_Integer val, const Standard_CString name="")
 
Sets a new Integer value, with an optional type name <br>

Warning : If a SelectMember is already set, works on it : value and
name must then be accepted by this SelectMember
More...

 
Standard_Boolean Boolean () const
 
void SetBoolean (const Standard_Boolean val, const Standard_CString name="")
 
StepData_Logical Logical () const
 
void SetLogical (const StepData_Logical val, const Standard_CString name="")
 
Standard_Real Real () const
 
void SetReal (const Standard_Real val, const Standard_CString name="")
 
virtual void Destroy ()
 
virtual ~StepData_SelectType ()
 

Detailed Description

Representation of STEP SELECT type ElementAspect

Constructor & Destructor Documentation

StepElement_ElementAspect::StepElement_ElementAspect ( )

Empty constructor

Member Function Documentation

virtual Standard_Integer StepElement_ElementAspect::CaseMem ( const Handle< StepData_SelectMember > &  ent) const
virtual

Recognizes a items of select member ElementAspectMember
1 -> ElementVolume
2 -> Volume3dFace
3 -> Volume2dFace
4 -> Volume3dEdge
5 -> Volume2dEdge
6 -> Surface3dFace
7 -> Surface2dFace
8 -> Surface3dEdge
9 -> Surface2dEdge
10 -> CurveEdge
0 else

Reimplemented from StepData_SelectType.

Standard_Integer StepElement_ElementAspect::CaseNum ( const Handle< Standard_Transient > &  ent) const
virtual

Recognizes a kind of ElementAspect select type
return 0

Implements StepData_SelectType.

StepElement_CurveEdge StepElement_ElementAspect::CurveEdge ( ) const

Returns Value as CurveEdge (or Null if another type)

StepElement_ElementVolume StepElement_ElementAspect::ElementVolume ( ) const

Returns Value as ElementVolume (or Null if another type)

virtual Handle_StepData_SelectMember StepElement_ElementAspect::NewMember ( ) const
virtual

Returns a new select member the type ElementAspectMember

Reimplemented from StepData_SelectType.

void StepElement_ElementAspect::SetCurveEdge ( const StepElement_CurveEdge  aVal)

Set Value for CurveEdge

void StepElement_ElementAspect::SetElementVolume ( const StepElement_ElementVolume  aVal)

Set Value for ElementVolume

void StepElement_ElementAspect::SetSurface2dEdge ( const Standard_Integer  aVal)

Set Value for Surface2dEdge

void StepElement_ElementAspect::SetSurface2dFace ( const Standard_Integer  aVal)

Set Value for Surface2dFace

void StepElement_ElementAspect::SetSurface3dEdge ( const Standard_Integer  aVal)

Set Value for Surface3dEdge

void StepElement_ElementAspect::SetSurface3dFace ( const Standard_Integer  aVal)

Set Value for Surface3dFace

void StepElement_ElementAspect::SetVolume2dEdge ( const Standard_Integer  aVal)

Set Value for Volume2dEdge

void StepElement_ElementAspect::SetVolume2dFace ( const Standard_Integer  aVal)

Set Value for Volume2dFace

void StepElement_ElementAspect::SetVolume3dEdge ( const Standard_Integer  aVal)

Set Value for Volume3dEdge

void StepElement_ElementAspect::SetVolume3dFace ( const Standard_Integer  aVal)

Set Value for Volume3dFace

Standard_Integer StepElement_ElementAspect::Surface2dEdge ( ) const

Returns Value as Surface2dEdge (or Null if another type)

Standard_Integer StepElement_ElementAspect::Surface2dFace ( ) const

Returns Value as Surface2dFace (or Null if another type)

Standard_Integer StepElement_ElementAspect::Surface3dEdge ( ) const

Returns Value as Surface3dEdge (or Null if another type)

Standard_Integer StepElement_ElementAspect::Surface3dFace ( ) const

Returns Value as Surface3dFace (or Null if another type)

Standard_Integer StepElement_ElementAspect::Volume2dEdge ( ) const

Returns Value as Volume2dEdge (or Null if another type)

Standard_Integer StepElement_ElementAspect::Volume2dFace ( ) const

Returns Value as Volume2dFace (or Null if another type)

Standard_Integer StepElement_ElementAspect::Volume3dEdge ( ) const

Returns Value as Volume3dEdge (or Null if another type)

Standard_Integer StepElement_ElementAspect::Volume3dFace ( ) const

Returns Value as Volume3dFace (or Null if another type)


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