Open CASCADE Technology 6.6.0
|
#include <StepShape_OrientedOpenShell.hxx>
Public Member Functions | |
StepShape_OrientedOpenShell () | |
Returns a OrientedOpenShell | |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepShape_HArray1OfFace > &aCfsFaces) |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepShape_OpenShell > &aOpenShellElement, const Standard_Boolean aOrientation) |
void | SetOpenShellElement (const Handle< StepShape_OpenShell > &aOpenShellElement) |
Handle_StepShape_OpenShell | OpenShellElement () const |
void | SetOrientation (const Standard_Boolean aOrientation) |
Standard_Boolean | Orientation () const |
virtual void | SetCfsFaces (const Handle< StepShape_HArray1OfFace > &aCfsFaces) |
virtual Handle_StepShape_HArray1OfFace | CfsFaces () const |
virtual Handle_StepShape_Face | CfsFacesValue (const Standard_Integer num) const |
virtual Standard_Integer | NbCfsFaces () const |
StepShape_OrientedOpenShell::StepShape_OrientedOpenShell | ( | ) |
virtual Handle_StepShape_HArray1OfFace StepShape_OrientedOpenShell::CfsFaces | ( | ) | const [virtual] |
Reimplemented from StepShape_ConnectedFaceSet.
virtual Handle_StepShape_Face StepShape_OrientedOpenShell::CfsFacesValue | ( | const Standard_Integer | num | ) | const [virtual] |
Reimplemented from StepShape_ConnectedFaceSet.
virtual void StepShape_OrientedOpenShell::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Handle< StepShape_HArray1OfFace > & | aCfsFaces | ||
) | [virtual] |
Reimplemented from StepShape_ConnectedFaceSet.
virtual void StepShape_OrientedOpenShell::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Handle< StepShape_OpenShell > & | aOpenShellElement, | ||
const Standard_Boolean | aOrientation | ||
) | [virtual] |
virtual Standard_Integer StepShape_OrientedOpenShell::NbCfsFaces | ( | ) | const [virtual] |
Reimplemented from StepShape_ConnectedFaceSet.
Handle_StepShape_OpenShell StepShape_OrientedOpenShell::OpenShellElement | ( | ) | const |
Standard_Boolean StepShape_OrientedOpenShell::Orientation | ( | ) | const |
virtual void StepShape_OrientedOpenShell::SetCfsFaces | ( | const Handle< StepShape_HArray1OfFace > & | aCfsFaces | ) | [virtual] |
Reimplemented from StepShape_ConnectedFaceSet.
void StepShape_OrientedOpenShell::SetOpenShellElement | ( | const Handle< StepShape_OpenShell > & | aOpenShellElement | ) |
void StepShape_OrientedOpenShell::SetOrientation | ( | const Standard_Boolean | aOrientation | ) |