The python export class for GeomBSplineCurve. More...
#include <BSplineCurvePy.h>
Public Types | |
typedef GeomBSplineCurve * | PointerType |
![]() | |
typedef GeomBoundedCurve * | PointerType |
![]() | |
typedef GeomCurve * | PointerType |
![]() | |
typedef Geometry * | PointerType |
![]() | |
typedef Persistence * | PointerType |
![]() | |
typedef BaseClass * | PointerType |
![]() | |
typedef void * | PointerType |
enum | Status { Valid = 0 , Immutable = 1 , Notify = 2 , NoTrack = 3 } |
Public Member Functions | |
BSplineCurvePy (GeomBSplineCurve *pcObject, PyTypeObject *T=&Type) | |
virtual PyTypeObject * | GetType (void) |
virtual int | PyInit (PyObject *args, PyObject *k) |
PyInit method Override this method to initialize a newly created instance of the class (Constructor) More... | |
std::string | representation (void) const |
![]() | |
BoundedCurvePy (GeomBoundedCurve *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
Py::Object | getStartPoint (void) const |
getter for the StartPoint attribute More... | |
Py::Object | getEndPoint (void) const |
getter for the EndPoint attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
GeomBoundedCurve * | getGeomBoundedCurvePtr (void) const |
getter for the object handled by this class More... | |
![]() | |
GeometryCurvePy (GeomCurve *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | toShape (PyObject *args) |
implementer for the toShape() method More... | |
PyObject * | discretize (PyObject *args, PyObject *kwd) |
implementer for the discretize() method More... | |
PyObject * | getD0 (PyObject *args) |
implementer for the getD0() method More... | |
PyObject * | getD1 (PyObject *args) |
implementer for the getD1() method More... | |
PyObject * | getD2 (PyObject *args) |
implementer for the getD2() method More... | |
PyObject * | getD3 (PyObject *args) |
implementer for the getD3() method More... | |
PyObject * | getDN (PyObject *args) |
implementer for the getDN() method More... | |
PyObject * | length (PyObject *args) |
implementer for the length() method More... | |
PyObject * | parameterAtDistance (PyObject *args) |
implementer for the parameterAtDistance() method More... | |
PyObject * | value (PyObject *args) |
implementer for the value() method More... | |
PyObject * | tangent (PyObject *args) |
implementer for the tangent() method More... | |
PyObject * | makeRuledSurface (PyObject *args) |
implementer for the makeRuledSurface() method More... | |
PyObject * | intersect2d (PyObject *args) |
implementer for the intersect2d() method More... | |
PyObject * | continuityWith (PyObject *args) |
implementer for the continuityWith() method More... | |
PyObject * | parameter (PyObject *args) |
implementer for the parameter() method More... | |
PyObject * | normal (PyObject *args) |
implementer for the normal() method More... | |
PyObject * | curvature (PyObject *args) |
implementer for the curvature() method More... | |
PyObject * | centerOfCurvature (PyObject *args) |
implementer for the centerOfCurvature() method More... | |
PyObject * | intersect (PyObject *args) |
implementer for the intersect() method More... | |
PyObject * | intersectCS (PyObject *args) |
implementer for the intersectCS() method More... | |
PyObject * | intersectCC (PyObject *args) |
implementer for the intersectCC() method More... | |
PyObject * | toBSpline (PyObject *args) |
implementer for the toBSpline() method More... | |
PyObject * | toNurbs (PyObject *args) |
implementer for the toNurbs() method More... | |
PyObject * | trim (PyObject *args) |
implementer for the trim() method More... | |
PyObject * | approximateBSpline (PyObject *args) |
implementer for the approximateBSpline() method More... | |
PyObject * | reverse (PyObject *args) |
implementer for the reverse() method More... | |
PyObject * | reversedParameter (PyObject *args) |
implementer for the reversedParameter() method More... | |
PyObject * | isPeriodic (PyObject *args) |
implementer for the isPeriodic() method More... | |
PyObject * | period (PyObject *args) |
implementer for the period() method More... | |
PyObject * | isClosed (PyObject *args) |
implementer for the isClosed() method More... | |
Py::String | getContinuity (void) const |
getter for the Continuity attribute More... | |
Py::Float | getFirstParameter (void) const |
getter for the FirstParameter attribute More... | |
Py::Float | getLastParameter (void) const |
getter for the LastParameter attribute More... | |
Py::Object | getRotation (void) const |
getter for the Rotation attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
GeomCurve * | getGeomCurvePtr (void) const |
getter for the object handled by this class More... | |
![]() | |
GeometryPy (Geometry *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | mirror (PyObject *args) |
implementer for the mirror() method More... | |
PyObject * | rotate (PyObject *args) |
implementer for the rotate() method More... | |
PyObject * | scale (PyObject *args) |
implementer for the scale() method More... | |
PyObject * | transform (PyObject *args) |
implementer for the transform() method More... | |
PyObject * | translate (PyObject *args) |
implementer for the translate() method More... | |
PyObject * | copy (PyObject *args) |
implementer for the copy() method More... | |
PyObject * | clone (PyObject *args) |
implementer for the clone() method More... | |
PyObject * | hasExtensionOfType (PyObject *args) |
implementer for the hasExtensionOfType() method More... | |
PyObject * | hasExtensionOfName (PyObject *args) |
implementer for the hasExtensionOfName() method More... | |
PyObject * | getExtensionOfType (PyObject *args) |
implementer for the getExtensionOfType() method More... | |
PyObject * | getExtensionOfName (PyObject *args) |
implementer for the getExtensionOfName() method More... | |
PyObject * | setExtension (PyObject *args) |
implementer for the setExtension() method More... | |
PyObject * | deleteExtensionOfType (PyObject *args) |
implementer for the deleteExtensionOfType() method More... | |
PyObject * | deleteExtensionOfName (PyObject *args) |
implementer for the deleteExtensionOfName() method More... | |
PyObject * | getExtensions (PyObject *args) |
implementer for the getExtensions() method More... | |
Py::String | getTag (void) const |
getter for the Tag attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
Geometry * | getGeometryPtr (void) const |
getter for the object handled by this class More... | |
![]() | |
PersistencePy (Persistence *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | dumpContent (PyObject *args, PyObject *kwd) |
implementer for the dumpContent() method More... | |
PyObject * | restoreContent (PyObject *args) |
implementer for the restoreContent() method More... | |
Py::String | getContent (void) const |
getter for the Content attribute More... | |
Py::Int | getMemSize (void) const |
getter for the MemSize attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
Persistence * | getPersistencePtr (void) const |
getter for the object handled by this class More... | |
![]() | |
BaseClassPy (BaseClass *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | isDerivedFrom (PyObject *args) |
implementer for the isDerivedFrom() method More... | |
PyObject * | getAllDerivedFrom (PyObject *args) |
implementer for the getAllDerivedFrom() method More... | |
Py::String | getTypeId (void) const |
getter for the TypeId attribute More... | |
Py::String | getModule (void) const |
getter for the Module attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
BaseClass * | getBaseClassPtr (void) const |
getter for the object handled by this class More... | |
![]() | |
PyObjectBase * | DecRef (void) |
decref method wrapper (see python extending manual) More... | |
PyObjectBase * | IncRef (void) |
incref method wrapper (see python extending manual) More... | |
bool | isConst () |
bool | isNotTracking () const |
bool | isValid () |
PyObjectBase (void *, PyTypeObject *T) | |
Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject. More... | |
void | setConst () |
void | setInvalid () |
void | setNotTracking (bool on=true) |
void | setShouldNotify (bool on) |
bool | shouldNotify () const |
void | startNotify () |
Static Public Member Functions | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
![]() | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_getStartPoint (PyObject *self, void *closure) |
getter callback for the StartPoint attribute More... | |
static int | staticCallback_setStartPoint (PyObject *self, PyObject *value, void *closure) |
setter callback for the StartPoint attribute More... | |
static PyObject * | staticCallback_getEndPoint (PyObject *self, void *closure) |
getter callback for the EndPoint attribute More... | |
static int | staticCallback_setEndPoint (PyObject *self, PyObject *value, void *closure) |
setter callback for the EndPoint attribute More... | |
![]() | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_toShape (PyObject *self, PyObject *args) |
callback for the toShape() method More... | |
static PyObject * | staticCallback_discretize (PyObject *self, PyObject *args, PyObject *kwd) |
callback for the discretize() method More... | |
static PyObject * | staticCallback_getD0 (PyObject *self, PyObject *args) |
callback for the getD0() method More... | |
static PyObject * | staticCallback_getD1 (PyObject *self, PyObject *args) |
callback for the getD1() method More... | |
static PyObject * | staticCallback_getD2 (PyObject *self, PyObject *args) |
callback for the getD2() method More... | |
static PyObject * | staticCallback_getD3 (PyObject *self, PyObject *args) |
callback for the getD3() method More... | |
static PyObject * | staticCallback_getDN (PyObject *self, PyObject *args) |
callback for the getDN() method More... | |
static PyObject * | staticCallback_length (PyObject *self, PyObject *args) |
callback for the length() method More... | |
static PyObject * | staticCallback_parameterAtDistance (PyObject *self, PyObject *args) |
callback for the parameterAtDistance() method More... | |
static PyObject * | staticCallback_value (PyObject *self, PyObject *args) |
callback for the value() method More... | |
static PyObject * | staticCallback_tangent (PyObject *self, PyObject *args) |
callback for the tangent() method More... | |
static PyObject * | staticCallback_makeRuledSurface (PyObject *self, PyObject *args) |
callback for the makeRuledSurface() method More... | |
static PyObject * | staticCallback_intersect2d (PyObject *self, PyObject *args) |
callback for the intersect2d() method More... | |
static PyObject * | staticCallback_continuityWith (PyObject *self, PyObject *args) |
callback for the continuityWith() method More... | |
static PyObject * | staticCallback_parameter (PyObject *self, PyObject *args) |
callback for the parameter() method More... | |
static PyObject * | staticCallback_normal (PyObject *self, PyObject *args) |
callback for the normal() method More... | |
static PyObject * | staticCallback_curvature (PyObject *self, PyObject *args) |
callback for the curvature() method More... | |
static PyObject * | staticCallback_centerOfCurvature (PyObject *self, PyObject *args) |
callback for the centerOfCurvature() method More... | |
static PyObject * | staticCallback_intersect (PyObject *self, PyObject *args) |
callback for the intersect() method More... | |
static PyObject * | staticCallback_intersectCS (PyObject *self, PyObject *args) |
callback for the intersectCS() method More... | |
static PyObject * | staticCallback_intersectCC (PyObject *self, PyObject *args) |
callback for the intersectCC() method More... | |
static PyObject * | staticCallback_toBSpline (PyObject *self, PyObject *args) |
callback for the toBSpline() method More... | |
static PyObject * | staticCallback_toNurbs (PyObject *self, PyObject *args) |
callback for the toNurbs() method More... | |
static PyObject * | staticCallback_trim (PyObject *self, PyObject *args) |
callback for the trim() method More... | |
static PyObject * | staticCallback_approximateBSpline (PyObject *self, PyObject *args) |
callback for the approximateBSpline() method More... | |
static PyObject * | staticCallback_reverse (PyObject *self, PyObject *args) |
callback for the reverse() method More... | |
static PyObject * | staticCallback_reversedParameter (PyObject *self, PyObject *args) |
callback for the reversedParameter() method More... | |
static PyObject * | staticCallback_isPeriodic (PyObject *self, PyObject *args) |
callback for the isPeriodic() method More... | |
static PyObject * | staticCallback_period (PyObject *self, PyObject *args) |
callback for the period() method More... | |
static PyObject * | staticCallback_isClosed (PyObject *self, PyObject *args) |
callback for the isClosed() method More... | |
static PyObject * | staticCallback_getContinuity (PyObject *self, void *closure) |
getter callback for the Continuity attribute More... | |
static int | staticCallback_setContinuity (PyObject *self, PyObject *value, void *closure) |
setter callback for the Continuity attribute More... | |
static PyObject * | staticCallback_getFirstParameter (PyObject *self, void *closure) |
getter callback for the FirstParameter attribute More... | |
static int | staticCallback_setFirstParameter (PyObject *self, PyObject *value, void *closure) |
setter callback for the FirstParameter attribute More... | |
static PyObject * | staticCallback_getLastParameter (PyObject *self, void *closure) |
getter callback for the LastParameter attribute More... | |
static int | staticCallback_setLastParameter (PyObject *self, PyObject *value, void *closure) |
setter callback for the LastParameter attribute More... | |
static PyObject * | staticCallback_getRotation (PyObject *self, void *closure) |
getter callback for the Rotation attribute More... | |
static int | staticCallback_setRotation (PyObject *self, PyObject *value, void *closure) |
setter callback for the Rotation attribute More... | |
![]() | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_mirror (PyObject *self, PyObject *args) |
callback for the mirror() method More... | |
static PyObject * | staticCallback_rotate (PyObject *self, PyObject *args) |
callback for the rotate() method More... | |
static PyObject * | staticCallback_scale (PyObject *self, PyObject *args) |
callback for the scale() method More... | |
static PyObject * | staticCallback_transform (PyObject *self, PyObject *args) |
callback for the transform() method More... | |
static PyObject * | staticCallback_translate (PyObject *self, PyObject *args) |
callback for the translate() method More... | |
static PyObject * | staticCallback_copy (PyObject *self, PyObject *args) |
callback for the copy() method More... | |
static PyObject * | staticCallback_clone (PyObject *self, PyObject *args) |
callback for the clone() method More... | |
static PyObject * | staticCallback_hasExtensionOfType (PyObject *self, PyObject *args) |
callback for the hasExtensionOfType() method More... | |
static PyObject * | staticCallback_hasExtensionOfName (PyObject *self, PyObject *args) |
callback for the hasExtensionOfName() method More... | |
static PyObject * | staticCallback_getExtensionOfType (PyObject *self, PyObject *args) |
callback for the getExtensionOfType() method More... | |
static PyObject * | staticCallback_getExtensionOfName (PyObject *self, PyObject *args) |
callback for the getExtensionOfName() method More... | |
static PyObject * | staticCallback_setExtension (PyObject *self, PyObject *args) |
callback for the setExtension() method More... | |
static PyObject * | staticCallback_deleteExtensionOfType (PyObject *self, PyObject *args) |
callback for the deleteExtensionOfType() method More... | |
static PyObject * | staticCallback_deleteExtensionOfName (PyObject *self, PyObject *args) |
callback for the deleteExtensionOfName() method More... | |
static PyObject * | staticCallback_getExtensions (PyObject *self, PyObject *args) |
callback for the getExtensions() method More... | |
static PyObject * | staticCallback_getTag (PyObject *self, void *closure) |
getter callback for the Tag attribute More... | |
static int | staticCallback_setTag (PyObject *self, PyObject *value, void *closure) |
setter callback for the Tag attribute More... | |
![]() | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_dumpContent (PyObject *self, PyObject *args, PyObject *kwd) |
callback for the dumpContent() method More... | |
static PyObject * | staticCallback_restoreContent (PyObject *self, PyObject *args) |
callback for the restoreContent() method More... | |
static PyObject * | staticCallback_getContent (PyObject *self, void *closure) |
getter callback for the Content attribute More... | |
static int | staticCallback_setContent (PyObject *self, PyObject *value, void *closure) |
setter callback for the Content attribute More... | |
static PyObject * | staticCallback_getMemSize (PyObject *self, void *closure) |
getter callback for the MemSize attribute More... | |
static int | staticCallback_setMemSize (PyObject *self, PyObject *value, void *closure) |
setter callback for the MemSize attribute More... | |
![]() | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_isDerivedFrom (PyObject *self, PyObject *args) |
callback for the isDerivedFrom() method More... | |
static PyObject * | staticCallback_getAllDerivedFrom (PyObject *self, PyObject *args) |
callback for the getAllDerivedFrom() method More... | |
static PyObject * | staticCallback_getTypeId (PyObject *self, void *closure) |
getter callback for the TypeId attribute More... | |
static int | staticCallback_setTypeId (PyObject *self, PyObject *value, void *closure) |
setter callback for the TypeId attribute More... | |
static PyObject * | staticCallback_getModule (PyObject *self, void *closure) |
getter callback for the Module attribute More... | |
static int | staticCallback_setModule (PyObject *self, PyObject *value, void *closure) |
setter callback for the Module attribute More... | |
![]() | |
static void | PyDestructor (PyObject *P) |
Wrapper for the Python destructor. More... | |
Static Public Attributes | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of BSplineCurvePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of BSplineCurvePy. More... | |
static PyTypeObject | Type |
Type structure of BSplineCurvePy. More... | |
![]() | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of BoundedCurvePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of BoundedCurvePy. More... | |
static PyTypeObject | Type |
Type structure of BoundedCurvePy. More... | |
![]() | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of GeometryCurvePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of GeometryCurvePy. More... | |
static PyTypeObject | Type |
Type structure of GeometryCurvePy. More... | |
![]() | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of GeometryPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of GeometryPy. More... | |
static PyTypeObject | Type |
Type structure of GeometryPy. More... | |
![]() | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of PersistencePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of PersistencePy. More... | |
static PyTypeObject | Type |
Type structure of PersistencePy. More... | |
![]() | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of BaseClassPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of BaseClassPy. More... | |
static PyTypeObject | Type |
Type structure of BaseClassPy. More... | |
![]() | |
static PyMethodDef | Methods [] |
static PyTypeObject | Type |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~BSplineCurvePy () | |
![]() | |
~BoundedCurvePy () | |
![]() | |
~GeometryCurvePy () | |
![]() | |
~GeometryPy () | |
![]() | |
~PersistencePy () | |
![]() | |
~BaseClassPy () | |
![]() | |
void | setTwinPointer (void *ptr) |
Overrides the pointer to the twin object. More... | |
virtual | ~PyObjectBase () |
destructor More... | |
callbacks and implementers for the python object attributes | |
Py::Long | getDegree (void) const |
getter for the Degree attribute More... | |
Py::Long | getMaxDegree (void) const |
getter for the MaxDegree attribute More... | |
Py::Long | getNbPoles (void) const |
getter for the NbPoles attribute More... | |
Py::Long | getNbKnots (void) const |
getter for the NbKnots attribute More... | |
Py::Object | getStartPoint (void) const |
getter for the StartPoint attribute More... | |
Py::Object | getEndPoint (void) const |
getter for the EndPoint attribute More... | |
Py::Object | getFirstUKnotIndex (void) const |
getter for the FirstUKnotIndex attribute More... | |
Py::Object | getLastUKnotIndex (void) const |
getter for the LastUKnotIndex attribute More... | |
Py::List | getKnotSequence (void) const |
getter for the KnotSequence attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
GeomBSplineCurve * | getGeomBSplineCurvePtr (void) const |
getter for the object handled by this class More... | |
static PyObject * | staticCallback_getDegree (PyObject *self, void *closure) |
getter callback for the Degree attribute More... | |
static int | staticCallback_setDegree (PyObject *self, PyObject *value, void *closure) |
setter callback for the Degree attribute More... | |
static PyObject * | staticCallback_getMaxDegree (PyObject *self, void *closure) |
getter callback for the MaxDegree attribute More... | |
static int | staticCallback_setMaxDegree (PyObject *self, PyObject *value, void *closure) |
setter callback for the MaxDegree attribute More... | |
static PyObject * | staticCallback_getNbPoles (PyObject *self, void *closure) |
getter callback for the NbPoles attribute More... | |
static int | staticCallback_setNbPoles (PyObject *self, PyObject *value, void *closure) |
setter callback for the NbPoles attribute More... | |
static PyObject * | staticCallback_getNbKnots (PyObject *self, void *closure) |
getter callback for the NbKnots attribute More... | |
static int | staticCallback_setNbKnots (PyObject *self, PyObject *value, void *closure) |
setter callback for the NbKnots attribute More... | |
static PyObject * | staticCallback_getStartPoint (PyObject *self, void *closure) |
getter callback for the StartPoint attribute More... | |
static int | staticCallback_setStartPoint (PyObject *self, PyObject *value, void *closure) |
setter callback for the StartPoint attribute More... | |
static PyObject * | staticCallback_getEndPoint (PyObject *self, void *closure) |
getter callback for the EndPoint attribute More... | |
static int | staticCallback_setEndPoint (PyObject *self, PyObject *value, void *closure) |
setter callback for the EndPoint attribute More... | |
static PyObject * | staticCallback_getFirstUKnotIndex (PyObject *self, void *closure) |
getter callback for the FirstUKnotIndex attribute More... | |
static int | staticCallback_setFirstUKnotIndex (PyObject *self, PyObject *value, void *closure) |
setter callback for the FirstUKnotIndex attribute More... | |
static PyObject * | staticCallback_getLastUKnotIndex (PyObject *self, void *closure) |
getter callback for the LastUKnotIndex attribute More... | |
static int | staticCallback_setLastUKnotIndex (PyObject *self, PyObject *value, void *closure) |
setter callback for the LastUKnotIndex attribute More... | |
static PyObject * | staticCallback_getKnotSequence (PyObject *self, void *closure) |
getter callback for the KnotSequence attribute More... | |
static int | staticCallback_setKnotSequence (PyObject *self, PyObject *value, void *closure) |
setter callback for the KnotSequence attribute More... | |
Additional Inherited Members | |
![]() | |
std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for GeomBSplineCurve.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~BSplineCurvePy()
|
protected |
◆ BSplineCurvePy()
BSplineCurvePy::BSplineCurvePy | ( | GeomBSplineCurve * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Referenced by PyMake().
Member Function Documentation
◆ approximate()
implementer for the approximate() method
References Part::GeomBSplineCurve::approximate(), getGeomBSplineCurvePtr(), Part::PartExceptionOCCError, Part::GeomBSplineCurve::setHandle(), and draftgeoutils.general::vec().
Referenced by staticCallback_approximate().
◆ buildFromPoles()
implementer for the buildFromPoles() method
References getGeomBSplineCurvePtr(), interpolate(), Part::PartExceptionOCCError, Part::GeomBSplineCurve::setHandle(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by staticCallback_buildFromPoles().
◆ buildFromPolesMultsKnots()
implementer for the buildFromPolesMultsKnots() method
References getGeomBSplineCurvePtr(), Part::PartExceptionOCCError, Part::GeomBSplineCurve::setHandle(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by PyInit(), and staticCallback_buildFromPolesMultsKnots().
◆ getCardinalSplineTangents()
implementer for the getCardinalSplineTangents() method
References getGeomBSplineCurvePtr(), Part::GeometryCurvePy::parameter(), draftgeoutils.general::vec(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by staticCallback_getCardinalSplineTangents().
◆ getCustomAttributes()
PyObject * BSplineCurvePy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getDegree()
Py::Long BSplineCurvePy::getDegree | ( | void | ) | const |
getter for the Degree attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getDegree().
◆ getEndPoint()
Py::Object BSplineCurvePy::getEndPoint | ( | void | ) | const |
getter for the EndPoint attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getEndPoint().
◆ getFirstUKnotIndex()
Py::Object BSplineCurvePy::getFirstUKnotIndex | ( | void | ) | const |
getter for the FirstUKnotIndex attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getFirstUKnotIndex().
◆ getGeomBSplineCurvePtr()
GeomBSplineCurve * BSplineCurvePy::getGeomBSplineCurvePtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by approximate(), buildFromPoles(), buildFromPolesMultsKnots(), getCardinalSplineTangents(), interpolate(), join(), makeC1Continuous(), toBezier(), and toBiArcs().
◆ getKnot()
implementer for the getKnot() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getKnot().
◆ getKnots()
implementer for the getKnots() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getKnots().
◆ getKnotSequence()
Py::List BSplineCurvePy::getKnotSequence | ( | void | ) | const |
getter for the KnotSequence attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getKnotSequence().
◆ getLastUKnotIndex()
Py::Object BSplineCurvePy::getLastUKnotIndex | ( | void | ) | const |
getter for the LastUKnotIndex attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getLastUKnotIndex().
◆ getMaxDegree()
Py::Long BSplineCurvePy::getMaxDegree | ( | void | ) | const |
getter for the MaxDegree attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getMaxDegree().
◆ getMultiplicities()
implementer for the getMultiplicities() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getMultiplicities().
◆ getMultiplicity()
implementer for the getMultiplicity() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getMultiplicity().
◆ getNbKnots()
Py::Long BSplineCurvePy::getNbKnots | ( | void | ) | const |
getter for the NbKnots attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getNbKnots().
◆ getNbPoles()
Py::Long BSplineCurvePy::getNbPoles | ( | void | ) | const |
getter for the NbPoles attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getNbPoles().
◆ getPole()
implementer for the getPole() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and draftgeoutils.general::vec().
Referenced by staticCallback_getPole().
◆ getPoles()
implementer for the getPoles() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and draftgeoutils.general::vec().
Referenced by staticCallback_getPoles().
◆ getPolesAndWeights()
implementer for the getPolesAndWeights() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and PyType_Object::t.
Referenced by staticCallback_getPolesAndWeights().
◆ getResolution()
implementer for the getResolution() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getResolution().
◆ getStartPoint()
Py::Object BSplineCurvePy::getStartPoint | ( | void | ) | const |
getter for the StartPoint attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getStartPoint().
◆ GetType()
|
virtual |
Reimplemented from Part::BoundedCurvePy.
◆ getWeight()
implementer for the getWeight() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getWeight().
◆ getWeights()
implementer for the getWeights() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getWeights().
◆ increaseDegree()
implementer for the increaseDegree() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_increaseDegree().
◆ increaseMultiplicity()
implementer for the increaseMultiplicity() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_increaseMultiplicity().
◆ incrementMultiplicity()
implementer for the incrementMultiplicity() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_incrementMultiplicity().
◆ insertKnot()
implementer for the insertKnot() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertKnot().
◆ insertKnots()
implementer for the insertKnots() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertKnots().
◆ interpolate()
implementer for the interpolate() method
References getGeomBSplineCurvePtr(), Part::PartExceptionOCCError, Part::GeomBSplineCurve::setHandle(), Base::VectorPy::Type, draftgeoutils.general::vec(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by buildFromPoles(), and staticCallback_interpolate().
◆ isClosed()
implementer for the isClosed() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_isClosed().
◆ isPeriodic()
implementer for the isPeriodic() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_isPeriodic().
◆ isRational()
implementer for the isRational() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_isRational().
◆ join()
implementer for the join() method
References getGeomBSplineCurvePtr(), Part::GeomBSplineCurve::join(), Part::PartExceptionOCCError, and Type.
Referenced by draftobjects.clone.Clone::execute(), and staticCallback_join().
◆ makeC1Continuous()
implementer for the makeC1Continuous() method
References getGeomBSplineCurvePtr(), Part::GeomBSplineCurve::makeC1Continuous(), and Part::PartExceptionOCCError.
Referenced by staticCallback_makeC1Continuous().
◆ movePoint()
implementer for the movePoint() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, Base::VectorPy::Type, and Part::GeometryCurvePy::value().
Referenced by staticCallback_movePoint().
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Part::BoundedCurvePy.
References buildFromPolesMultsKnots(), and Part::PartExceptionOCCError.
◆ PyMake()
References BSplineCurvePy().
◆ removeKnot()
implementer for the removeKnot() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_removeKnot().
◆ representation()
std::string BSplineCurvePy::representation | ( | void | ) | const |
Referenced by ifc4.ifcproduct::placementforshaperepresentation(), automotive_design.motion_link_relationship::wr1(), automotive_design.pcurve::wr1(), automotive_design.degenerate_pcurve::wr1(), config_control_design.pcurve::wr1(), config_control_design.degenerate_pcurve::wr1(), ifc2x3.ifcproduct::wr1(), automotive_design.pcurve::wr2(), automotive_design.degenerate_pcurve::wr2(), config_control_design.pcurve::wr2(), and config_control_design.degenerate_pcurve::wr2().
◆ segment()
implementer for the segment() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_segment().
◆ setCustomAttributes()
int BSplineCurvePy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ setKnot()
implementer for the setKnot() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setKnot().
◆ setKnots()
implementer for the setKnots() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setKnots().
◆ setNotPeriodic()
implementer for the setNotPeriodic() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setNotPeriodic().
◆ setOrigin()
implementer for the setOrigin() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setOrigin().
◆ setPeriodic()
implementer for the setPeriodic() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setPeriodic().
◆ setPole()
implementer for the setPole() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, Base::VectorPy::Type, Part::GeometryCurvePy::value(), and draftgeoutils.general::vec().
Referenced by staticCallback_setPole().
◆ setWeight()
implementer for the setWeight() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setWeight().
◆ staticCallback___reduce__()
callback for the reduce() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_approximate()
◆ staticCallback_buildFromPoles()
◆ staticCallback_buildFromPolesMultsKnots()
◆ staticCallback_getCardinalSplineTangents()
|
static |
callback for the getCardinalSplineTangents() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getCardinalSplineTangents(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getDegree()
getter callback for the Degree attribute
References Base::BaseExceptionFreeCADError, getDegree(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getEndPoint()
getter callback for the EndPoint attribute
References Base::BaseExceptionFreeCADError, getEndPoint(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getFirstUKnotIndex()
|
static |
getter callback for the FirstUKnotIndex attribute
References Base::BaseExceptionFreeCADError, getFirstUKnotIndex(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getKnot()
callback for the getKnot() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getKnot(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getKnots()
callback for the getKnots() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getKnots(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getKnotSequence()
|
static |
getter callback for the KnotSequence attribute
References Base::BaseExceptionFreeCADError, getKnotSequence(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getLastUKnotIndex()
|
static |
getter callback for the LastUKnotIndex attribute
References Base::BaseExceptionFreeCADError, getLastUKnotIndex(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getMaxDegree()
getter callback for the MaxDegree attribute
References Base::BaseExceptionFreeCADError, getMaxDegree(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getMultiplicities()
|
static |
callback for the getMultiplicities() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getMultiplicities(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getMultiplicity()
|
static |
callback for the getMultiplicity() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getMultiplicity(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getNbKnots()
getter callback for the NbKnots attribute
References Base::BaseExceptionFreeCADError, getNbKnots(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getNbPoles()
getter callback for the NbPoles attribute
References Base::BaseExceptionFreeCADError, getNbPoles(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getPole()
callback for the getPole() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getPole(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getPoles()
callback for the getPoles() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getPoles(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getPolesAndWeights()
|
static |
callback for the getPolesAndWeights() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getPolesAndWeights(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getResolution()
callback for the getResolution() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getResolution(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getStartPoint()
getter callback for the StartPoint attribute
References Base::BaseExceptionFreeCADError, getStartPoint(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getWeight()
callback for the getWeight() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getWeight(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getWeights()
callback for the getWeights() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getWeights(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_increaseDegree()
◆ staticCallback_increaseMultiplicity()
◆ staticCallback_incrementMultiplicity()
◆ staticCallback_insertKnot()
callback for the insertKnot() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, insertKnot(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_insertKnots()
◆ staticCallback_interpolate()
◆ staticCallback_isClosed()
callback for the isClosed() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, isClosed(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isPeriodic()
callback for the isPeriodic() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, isPeriodic(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isRational()
callback for the isRational() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, isRational(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_join()
callback for the join() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), join(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_makeC1Continuous()
◆ staticCallback_movePoint()
callback for the movePoint() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), movePoint(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_removeKnot()
callback for the removeKnot() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), removeKnot(), and Base::PyObjectBase::startNotify().
◆ staticCallback_segment()
callback for the segment() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), segment(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setDegree()
|
static |
setter callback for the Degree attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setEndPoint()
|
static |
setter callback for the EndPoint attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setFirstUKnotIndex()
|
static |
setter callback for the FirstUKnotIndex attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setKnot()
callback for the setKnot() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), setKnot(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setKnots()
callback for the setKnots() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), setKnots(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setKnotSequence()
|
static |
setter callback for the KnotSequence attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setLastUKnotIndex()
|
static |
setter callback for the LastUKnotIndex attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setMaxDegree()
|
static |
setter callback for the MaxDegree attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setNbKnots()
|
static |
setter callback for the NbKnots attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setNbPoles()
|
static |
setter callback for the NbPoles attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setNotPeriodic()
◆ staticCallback_setOrigin()
callback for the setOrigin() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), setOrigin(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setPeriodic()
◆ staticCallback_setPole()
callback for the setPole() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), setPole(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setStartPoint()
|
static |
setter callback for the StartPoint attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setWeight()
callback for the setWeight() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), setWeight(), and Base::PyObjectBase::startNotify().
◆ staticCallback_toBezier()
callback for the toBezier() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and toBezier().
◆ staticCallback_toBiArcs()
callback for the toBiArcs() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and toBiArcs().
◆ toBezier()
implementer for the toBezier() method
References getGeomBSplineCurvePtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_toBezier().
◆ toBiArcs()
implementer for the toBiArcs() method
References getGeomBSplineCurvePtr(), Part::PartExceptionOCCError, Part::GeomBSplineCurve::toBiArcs(), and draftutils.utils::tolerance().
Referenced by staticCallback_toBiArcs().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of BSplineCurvePy.
◆ Methods
|
static |
Methods structure of BSplineCurvePy.
◆ Type
|
static |
Type structure of BSplineCurvePy.
Referenced by ArchPanel.CommandPanelSheet::Activated(), draftobjects.draft_annotation.DraftAnnotation::add_missing_properties_0v19(), ArchStructure.StructSelectionObserver::addSelection(), ArchSite.Compass::buildCoordinates(), ArchComponent.Component::execute(), draftobjects.layer.LayerContainer::execute(), ArchAxis.CommandArchGrid::IsActive(), ArchSchedule.CommandArchSchedule::IsActive(), join(), draftobjects.layer.Layer::set_properties(), and ArchReference.ArchReference::setProperties().
The documentation for this class was generated from the following files:
- Sources/FreeCAD-SourceDocs/src/Mod/Part/App/BSplineCurvePy.h
- Sources/FreeCAD/src/Mod/Part/App/BSplineCurvePyImp.cpp
- Sources/FreeCAD-SourceDocs/src/Mod/Part/App/BSplineCurvePy.cpp