Open CASCADE Technology 7.7.0
|
Representation of STEP SELECT type ElementAspect. More...
#include <StepElement_ElementAspect.hxx>
Public Member Functions | |
StepElement_ElementAspect () | |
Empty constructor. | |
Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const override |
Recognizes a kind of ElementAspect select type return 0. | |
virtual Standard_Integer | CaseMem (const Handle< StepData_SelectMember > &ent) const override |
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. | |
virtual Handle< StepData_SelectMember > | NewMember () const override |
Returns a new select member the type ElementAspectMember. | |
void | SetElementVolume (const StepElement_ElementVolume aVal) |
Set Value for ElementVolume. | |
StepElement_ElementVolume | ElementVolume () const |
Returns Value as ElementVolume (or Null if another type) | |
void | SetVolume3dFace (const Standard_Integer aVal) |
Set Value for Volume3dFace. | |
Standard_Integer | Volume3dFace () const |
Returns Value as Volume3dFace (or Null if another type) | |
void | SetVolume2dFace (const Standard_Integer aVal) |
Set Value for Volume2dFace. | |
Standard_Integer | Volume2dFace () const |
Returns Value as Volume2dFace (or Null if another type) | |
void | SetVolume3dEdge (const Standard_Integer aVal) |
Set Value for Volume3dEdge. | |
Standard_Integer | Volume3dEdge () const |
Returns Value as Volume3dEdge (or Null if another type) | |
void | SetVolume2dEdge (const Standard_Integer aVal) |
Set Value for Volume2dEdge. | |
Standard_Integer | Volume2dEdge () const |
Returns Value as Volume2dEdge (or Null if another type) | |
void | SetSurface3dFace (const Standard_Integer aVal) |
Set Value for Surface3dFace. | |
Standard_Integer | Surface3dFace () const |
Returns Value as Surface3dFace (or Null if another type) | |
void | SetSurface2dFace (const Standard_Integer aVal) |
Set Value for Surface2dFace. | |
Standard_Integer | Surface2dFace () const |
Returns Value as Surface2dFace (or Null if another type) | |
void | SetSurface3dEdge (const Standard_Integer aVal) |
Set Value for Surface3dEdge. | |
Standard_Integer | Surface3dEdge () const |
Returns Value as Surface3dEdge (or Null if another type) | |
void | SetSurface2dEdge (const Standard_Integer aVal) |
Set Value for Surface2dEdge. | |
Standard_Integer | Surface2dEdge () const |
Returns Value as Surface2dEdge (or Null if another type) | |
void | SetCurveEdge (const StepElement_CurveEdge aVal) |
Set Value for CurveEdge. | |
StepElement_CurveEdge | CurveEdge () const |
Returns Value as CurveEdge (or Null if another type) | |
![]() | |
virtual Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const =0 |
Recognizes the Type of an Entity. Returns a positive Number which identifies the Type in the definition List of the SelectType. Returns Zero if its Type in not in this List. | |
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. | |
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. | |
void | Nullify () |
Nullifies the Stored Entity. | |
const Handle< Standard_Transient > & | Value () const |
Returns the Stored Entity. Can be used to define specific read methods (see above) | |
Standard_Boolean | IsNull () const |
Returns True if there is no Stored Entity (i.e. it is Null) | |
Handle< Standard_Type > | Type () const |
Returns the Effective (Dynamic) Type of the Stored Entity If it is Null, returns TYPE(Transient) | |
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. | |
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. | |
virtual Handle< StepData_SelectMember > | NewMember () const |
Returns a preferred SelectMember. Default returns a Null By default, a SelectMember can be set according to data type and Name : it is a SelectNamed if Name is defined. | |
virtual Standard_Integer | CaseMem (const Handle< StepData_SelectMember > &ent) const |
Recognize a SelectMember (kind, name). Returns a positive value which identifies the case in the List of immediate cases (distinct from the List of Entity Types). Zero if not recognizes Default returns 0, saying that no immediate value is allowed. | |
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. | |
Handle< StepData_SelectMember > | Member () const |
Returns Value as a SelectMember. Null if not a SelectMember. | |
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. | |
Standard_Integer | Int () const |
This internal method gives access to a value implemented by an Integer (to read it) | |
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 ! | |
Standard_Integer | Integer () const |
Gets the value as an Integer. | |
void | SetInteger (const Standard_Integer val, const Standard_CString name="") |
Sets a new Integer value, with an optional type name Warning : If a SelectMember is already set, works on it : value and name must then be accepted by this SelectMember. | |
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 | ~StepData_SelectType () |
Representation of STEP SELECT type ElementAspect.
StepElement_ElementAspect::StepElement_ElementAspect | ( | ) |
Empty constructor.
|
overridevirtual |
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.
|
overridevirtual |
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)
|
overridevirtual |
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)