#include <StepGeom_SurfacePatch.hxx>
Public Member Functions | |
Standard_EXPORT | StepGeom_SurfacePatch () |
Returns a SurfacePatch . | |
virtual Standard_EXPORT void | Init (const Handle(StepGeom_BoundedSurface)&aParentSurface, const StepGeom_TransitionCode aUTransition, const StepGeom_TransitionCode aVTransition, const Standard_Boolean aUSense, const Standard_Boolean aVSense) |
Standard_EXPORT void | SetParentSurface (const Handle(StepGeom_BoundedSurface)&aParentSurface) |
Standard_EXPORT Handle_StepGeom_BoundedSurface | ParentSurface () const |
Standard_EXPORT void | SetUTransition (const StepGeom_TransitionCode aUTransition) |
Standard_EXPORT StepGeom_TransitionCode | UTransition () const |
Standard_EXPORT void | SetVTransition (const StepGeom_TransitionCode aVTransition) |
Standard_EXPORT StepGeom_TransitionCode | VTransition () const |
Standard_EXPORT void | SetUSense (const Standard_Boolean aUSense) |
Standard_EXPORT Standard_Boolean | USense () const |
Standard_EXPORT void | SetVSense (const Standard_Boolean aVSense) |
Standard_EXPORT Standard_Boolean | VSense () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_StepGeom_BoundedSurface | parentSurface |
StepGeom_TransitionCode | uTransition |
StepGeom_TransitionCode | vTransition |
Standard_Boolean | uSense |
Standard_Boolean | vSense |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|