Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
StepGeom_BSplineSurface Class Reference

#include <StepGeom_BSplineSurface.hxx>

Inheritance diagram for StepGeom_BSplineSurface:
Inheritance graph
[legend]

Public Member Functions

 StepGeom_BSplineSurface ()
 Returns a BSplineSurface

virtual void Init (const Handle< TCollection_HAsciiString > &aName)
virtual void Init (const Handle< TCollection_HAsciiString > &aName, const Standard_Integer aUDegree, const Standard_Integer aVDegree, const Handle< StepGeom_HArray2OfCartesianPoint > &aControlPointsList, const StepGeom_BSplineSurfaceForm aSurfaceForm, const StepData_Logical aUClosed, const StepData_Logical aVClosed, const StepData_Logical aSelfIntersect)
void SetUDegree (const Standard_Integer aUDegree)
Standard_Integer UDegree () const
void SetVDegree (const Standard_Integer aVDegree)
Standard_Integer VDegree () const
void SetControlPointsList (const Handle< StepGeom_HArray2OfCartesianPoint > &aControlPointsList)
Handle_StepGeom_HArray2OfCartesianPoint ControlPointsList () const
Handle_StepGeom_CartesianPoint ControlPointsListValue (const Standard_Integer num1, const Standard_Integer num2) const
Standard_Integer NbControlPointsListI () const
Standard_Integer NbControlPointsListJ () const
void SetSurfaceForm (const StepGeom_BSplineSurfaceForm aSurfaceForm)
StepGeom_BSplineSurfaceForm SurfaceForm () const
void SetUClosed (const StepData_Logical aUClosed)
StepData_Logical UClosed () const
void SetVClosed (const StepData_Logical aVClosed)
StepData_Logical VClosed () const
void SetSelfIntersect (const StepData_Logical aSelfIntersect)
StepData_Logical SelfIntersect () const

Constructor & Destructor Documentation


Member Function Documentation

Handle_StepGeom_HArray2OfCartesianPoint StepGeom_BSplineSurface::ControlPointsList ( ) const
Handle_StepGeom_CartesianPoint StepGeom_BSplineSurface::ControlPointsListValue ( const Standard_Integer  num1,
const Standard_Integer  num2 
) const

Reimplemented from StepRepr_RepresentationItem.

virtual void StepGeom_BSplineSurface::Init ( const Handle< TCollection_HAsciiString > &  aName,
const Standard_Integer  aUDegree,
const Standard_Integer  aVDegree,
const Handle< StepGeom_HArray2OfCartesianPoint > &  aControlPointsList,
const StepGeom_BSplineSurfaceForm  aSurfaceForm,
const StepData_Logical  aUClosed,
const StepData_Logical  aVClosed,
const StepData_Logical  aSelfIntersect 
) [virtual]

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