Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ParametricModel --+ | PlanarModel --+ | Curve2D --+ | BezierCurve2D --+ | NurbsCurve2D
A 2D NURBS Curve represented by an array of control Points, a knots list and a degree. See NurbsCurve.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Static Methods | |||
|
Class Variables | |
Inherited from Inherited from |
Properties | |
degree | |
knotList | |
Inherited from Inherited from Inherited from Inherited from |
Method Details |
__init__( (object)arg1, (Point3Array)ctrlPointList [, (RealArray)knotList [, (int)degree [, (int)strides]]]) -> None : C++ signature : void __init__(struct _object *,class TOOLS::RefCountPtr<class PGL::Point3Array> [,class TOOLS::RefCountPtr<class TOOLS::RealArray> [,unsigned int [,unsigned int]]])
|
__repr__( (NurbsCurve2D)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PGL::NurbsCurve2D *)
|
fit( (Point2Array)points) -> object : C++ signature : class boost::python::api::object fit(class TOOLS::RefCountPtr<class PGL::Point2Array>) fit( (Point2Array)points, (int)degree, (int)nbctrlpoints) -> object : fit(points [, int degree, int nbctrlpoints]) C++ signature : class boost::python::api::object fit(class TOOLS::RefCountPtr<class PGL::Point2Array>,int,int) fit( (Polyline2D)points) -> object : C++ signature : class boost::python::api::object fit(class PGL::Polyline2D *) fit( (Polyline2D)points, (int)degree, (int)nbctrlpoints) -> object : C++ signature : class boost::python::api::object fit(class PGL::Polyline2D *,int,int) |
isDegreeToDefault( (NurbsCurve2D)arg1) -> bool : C++ signature : bool isDegreeToDefault(class PGL::NurbsCurve2D {lvalue}) |
isKnotListToDefault( (NurbsCurve2D)arg1) -> bool : C++ signature : bool isKnotListToDefault(class PGL::NurbsCurve2D {lvalue}) |
setKnotListToDefault( (NurbsCurve2D)arg1) -> bool : C++ signature : bool setKnotListToDefault(class PGL::NurbsCurve2D {lvalue}) |
Property Details |
degree
|
knotList
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:17 2008 | http://epydoc.sourceforge.net |