|
Open CASCADE Technology
6.7.1
|
Representation of STEP entity CurveBoundedSurface
More...
#include <StepGeom_CurveBoundedSurface.hxx>

Public Member Functions | |
| StepGeom_CurveBoundedSurface () | |
| Empty constructor More... | |
| void | Init (const Handle< TCollection_HAsciiString > &aRepresentationItem_Name, const Handle< StepGeom_Surface > &aBasisSurface, const Handle< StepGeom_HArray1OfSurfaceBoundary > &aBoundaries, const Standard_Boolean aImplicitOuter) |
| Initialize all fields (own and inherited) More... | |
| Handle_StepGeom_Surface | BasisSurface () const |
| Returns field BasisSurface More... | |
| void | SetBasisSurface (const Handle< StepGeom_Surface > &BasisSurface) |
| Set field BasisSurface More... | |
| Handle_StepGeom_HArray1OfSurfaceBoundary | Boundaries () const |
| Returns field Boundaries More... | |
| void | SetBoundaries (const Handle< StepGeom_HArray1OfSurfaceBoundary > &Boundaries) |
| Set field Boundaries More... | |
| Standard_Boolean | ImplicitOuter () const |
| Returns field ImplicitOuter More... | |
| void | SetImplicitOuter (const Standard_Boolean ImplicitOuter) |
| Set field ImplicitOuter More... | |
Public Member Functions inherited from StepGeom_BoundedSurface | |
| StepGeom_BoundedSurface () | |
| Returns a BoundedSurface More... | |
Public Member Functions inherited from StepGeom_Surface | |
| StepGeom_Surface () | |
| Returns a Surface More... | |
Public Member Functions inherited from StepGeom_GeometricRepresentationItem | |
| StepGeom_GeometricRepresentationItem () | |
| Returns a GeometricRepresentationItem More... | |
Public Member Functions inherited from StepRepr_RepresentationItem | |
| StepRepr_RepresentationItem () | |
| Returns a RepresentationItem More... | |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
| void | SetName (const Handle< TCollection_HAsciiString > &aName) |
| Handle_TCollection_HAsciiString | Name () const |
Public Member Functions inherited from MMgt_TShared | |
| virtual void | Delete () const |
| Memory deallocator for transient classes. More... | |
Public Member Functions inherited from Standard_Transient | |
| Standard_Transient () | |
| Empty constructor. More... | |
| Standard_Transient (const Standard_Transient &) | |
| Copy constructor – does nothing. More... | |
| Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter. More... | |
| virtual | ~Standard_Transient () |
| Destructor must be virtual. More... | |
| virtual void | ShallowDump (Standard_OStream &) const |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Returns a type information object about this object. More... | |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &theType) const |
| Returns a true value if this is an instance of Type. More... | |
| Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName. More... | |
| Standard_Boolean | IsKind (const Handle_Standard_Type &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
| Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
| virtual Handle_Standard_Transient | This () const |
| Returns a Handle which references this object. Must never be called to objects created in stack. More... | |
| Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More... | |
Representation of STEP entity CurveBoundedSurface
| StepGeom_CurveBoundedSurface::StepGeom_CurveBoundedSurface | ( | ) |
Empty constructor
| Handle_StepGeom_Surface StepGeom_CurveBoundedSurface::BasisSurface | ( | ) | const |
Returns field BasisSurface
| Handle_StepGeom_HArray1OfSurfaceBoundary StepGeom_CurveBoundedSurface::Boundaries | ( | ) | const |
Returns field Boundaries
| Standard_Boolean StepGeom_CurveBoundedSurface::ImplicitOuter | ( | ) | const |
Returns field ImplicitOuter
| void StepGeom_CurveBoundedSurface::Init | ( | const Handle< TCollection_HAsciiString > & | aRepresentationItem_Name, |
| const Handle< StepGeom_Surface > & | aBasisSurface, | ||
| const Handle< StepGeom_HArray1OfSurfaceBoundary > & | aBoundaries, | ||
| const Standard_Boolean | aImplicitOuter | ||
| ) |
Initialize all fields (own and inherited)
| void StepGeom_CurveBoundedSurface::SetBasisSurface | ( | const Handle< StepGeom_Surface > & | BasisSurface | ) |
Set field BasisSurface
| void StepGeom_CurveBoundedSurface::SetBoundaries | ( | const Handle< StepGeom_HArray1OfSurfaceBoundary > & | Boundaries | ) |
Set field Boundaries
| void StepGeom_CurveBoundedSurface::SetImplicitOuter | ( | const Standard_Boolean | ImplicitOuter | ) |
Set field ImplicitOuter
1.8.5