The python export class for GeomCurve. More...
#include <GeometryCurvePy.h>
Public Types | |
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 | |
GeometryCurvePy (GeomCurve *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 |
![]() | |
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_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 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 | |
~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::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... | |
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... | |
Additional Inherited Members | |
![]() | |
std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for GeomCurve.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~GeometryCurvePy()
|
protected |
◆ GeometryCurvePy()
Member Function Documentation
◆ approximateBSpline()
implementer for the approximateBSpline() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and draftutils.utils::tolerance().
Referenced by staticCallback_approximateBSpline().
◆ centerOfCurvature()
implementer for the centerOfCurvature() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_centerOfCurvature().
◆ continuityWith()
implementer for the continuityWith() method
References getGeomCurvePtr(), Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and Type.
Referenced by staticCallback_continuityWith().
◆ curvature()
implementer for the curvature() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by discretize(), and staticCallback_curvature().
◆ discretize()
implementer for the discretize() method
References curvature(), Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_discretize().
◆ getContinuity()
Py::String GeometryCurvePy::getContinuity | ( | void | ) | const |
getter for the Continuity attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getContinuity().
◆ getCustomAttributes()
PyObject * GeometryCurvePy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getD0()
implementer for the getD0() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getD0().
◆ getD1()
implementer for the getD1() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getD1().
◆ getD2()
implementer for the getD2() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and draftgeoutils.general::v1().
Referenced by staticCallback_getD2().
◆ getD3()
implementer for the getD3() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and draftgeoutils.general::v1().
Referenced by staticCallback_getD3().
◆ getDN()
implementer for the getDN() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getDN().
◆ getFirstParameter()
Py::Float GeometryCurvePy::getFirstParameter | ( | void | ) | const |
getter for the FirstParameter attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getFirstParameter().
◆ getGeomCurvePtr()
GeomCurve * GeometryCurvePy::getGeomCurvePtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by continuityWith(), intersectCC(), toBSpline(), and toNurbs().
◆ getLastParameter()
Py::Float GeometryCurvePy::getLastParameter | ( | void | ) | const |
getter for the LastParameter attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getLastParameter().
◆ getRotation()
Py::Object GeometryCurvePy::getRotation | ( | void | ) | const |
getter for the Rotation attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getRotation().
◆ GetType()
|
virtual |
Reimplemented from Part::GeometryPy.
Reimplemented in Part::TrimmedCurvePy, Part::ParabolaPy, Part::OffsetCurvePy, Part::LineSegmentPy, Part::LinePy, Part::HyperbolaPy, Part::EllipsePy, Part::ConicPy, Part::CirclePy, Part::BSplineCurvePy, Part::BoundedCurvePy, Part::BezierCurvePy, Part::ArcPy, Part::ArcOfParabolaPy, Part::ArcOfHyperbolaPy, Part::ArcOfEllipsePy, Part::ArcOfConicPy, and Part::ArcOfCirclePy.
◆ intersect()
implementer for the intersect() method
References Part::GeometryPy::getGeometryPtr(), intersectCC(), intersectCS(), Type, and Part::GeometrySurfacePy::Type.
Referenced by staticCallback_intersect().
◆ intersect2d()
implementer for the intersect2d() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, Type, and Part::PlanePy::Type.
Referenced by staticCallback_intersect2d().
◆ intersectCC()
implementer for the intersectCC() method
References getGeomCurvePtr(), Part::GeomCurve::intersect(), and Type.
Referenced by intersect(), and staticCallback_intersectCC().
◆ intersectCS()
implementer for the intersectCS() method
References Part::GeometryPy::getGeometryPtr(), Part::makeGeometryCurvePy(), and Part::GeometrySurfacePy::Type.
Referenced by intersect(), Part::GeometrySurfacePy::intersect(), and staticCallback_intersectCS().
◆ 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().
◆ length()
implementer for the length() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by PathScripts.PathStock.StockFromBase::execute(), PathScripts.PathPocketShape.Extension::getSubLink(), PathScripts.PathPocketShape.Extension::getWire(), Mod.PartDesign.Scripts.FilletArc.Vector::norm(), and staticCallback_length().
◆ makeRuledSurface()
implementer for the makeRuledSurface() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and Type.
Referenced by staticCallback_makeRuledSurface().
◆ normal()
implementer for the normal() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by draftguitools.gui_trackers.arcTracker::getAngle(), draftguitools.gui_trackers.arcTracker::getDeviation(), Part::ParabolaPy::PyInit(), draftguitools.gui_trackers.arcTracker::recompute(), Part::ArcOfEllipsePy::representation(), Part::ArcOfHyperbolaPy::representation(), Part::ArcOfParabolaPy::representation(), draftguitools.gui_trackers.arcTracker::setBy3Points(), and staticCallback_normal().
◆ parameter()
implementer for the parameter() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and Base::VectorPy::Type.
Referenced by Part::BSplineCurvePy::getCardinalSplineTangents(), Mod.Test.Document.DocumentObserverCases.Observer::slotAbortTransaction(), Mod.Test.Document.DocumentObserverCases.Observer::slotActivateDocument(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotActivateDocument(), Mod.Test.Document.DocumentObserverCases.Observer::slotAddedDynamicExtension(), Mod.Test.Document.DocumentObserverCases.Observer::slotAppendDynamicProperty(), Mod.Test.Document.DocumentObserverCases.Observer::slotBeforeAddingDynamicExtension(), Mod.Test.Document.DocumentObserverCases.Observer::slotBeforeChangeDocument(), Mod.Test.Document.DocumentObserverCases.Observer::slotBeforeChangeObject(), Mod.Test.Document.DocumentObserverCases.Observer::slotChangedDocument(), Mod.Test.Document.DocumentObserverCases.Observer::slotChangedObject(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotChangedObject(), Mod.Test.Document.DocumentObserverCases.Observer::slotChangePropertyEditor(), Mod.Test.Document.DocumentObserverCases.Observer::slotCommitTransaction(), Mod.Test.Document.DocumentObserverCases.Observer::slotCreatedDocument(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotCreatedDocument(), Mod.Test.Document.DocumentObserverCases.Observer::slotCreatedObject(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotCreatedObject(), Mod.Test.Document.DocumentObserverCases.Observer::slotDeletedDocument(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotDeletedDocument(), Mod.Test.Document.DocumentObserverCases.Observer::slotDeletedObject(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotDeletedObject(), Mod.Test.Document.DocumentObserverCases.Observer::slotFinishSaveDocument(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotInEdit(), Mod.Test.Document.DocumentObserverCases.Observer::slotOpenTransaction(), Mod.Test.Document.DocumentObserverCases.Observer::slotRecomputedDocument(), Mod.Test.Document.DocumentObserverCases.Observer::slotRecomputedObject(), Mod.Test.Document.DocumentObserverCases.Observer::slotRedoDocument(), Mod.Test.Document.DocumentObserverCases.Observer::slotRelabelDocument(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotRelabelDocument(), Mod.Test.Document.DocumentObserverCases.Observer::slotRemoveDynamicProperty(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotRenameDocument(), Mod.Test.Document.DocumentObserverCases.GuiObserver::slotResetEdit(), Mod.Test.Document.DocumentObserverCases.Observer::slotStartSaveDocument(), Mod.Test.Document.DocumentObserverCases.Observer::slotUndoDocument(), and staticCallback_parameter().
◆ parameterAtDistance()
implementer for the parameterAtDistance() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_parameterAtDistance().
◆ period()
implementer for the period() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_period().
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Part::GeometryPy.
Reimplemented in Part::TrimmedCurvePy, Part::ParabolaPy, Part::OffsetCurvePy, Part::LineSegmentPy, Part::LinePy, Part::HyperbolaPy, Part::EllipsePy, Part::ConicPy, Part::CirclePy, Part::BSplineCurvePy, Part::BoundedCurvePy, Part::BezierCurvePy, Part::ArcPy, Part::ArcOfParabolaPy, Part::ArcOfHyperbolaPy, Part::ArcOfEllipsePy, Part::ArcOfConicPy, and Part::ArcOfCirclePy.
◆ PyMake()
◆ representation()
std::string GeometryCurvePy::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().
◆ reverse()
implementer for the reverse() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_reverse().
◆ reversedParameter()
implementer for the reversedParameter() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_reversedParameter().
◆ setCustomAttributes()
int GeometryCurvePy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ staticCallback_approximateBSpline()
|
static |
callback for the approximateBSpline() method
References approximateBSpline(), Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_centerOfCurvature()
|
static |
callback for the centerOfCurvature() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, centerOfCurvature(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_continuityWith()
|
static |
callback for the continuityWith() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, continuityWith(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_curvature()
callback for the curvature() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, curvature(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_discretize()
|
static |
callback for the discretize() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, discretize(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getContinuity()
getter callback for the Continuity attribute
References Base::BaseExceptionFreeCADError, getContinuity(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getD0()
callback for the getD0() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getD0(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getD1()
callback for the getD1() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getD1(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getD2()
callback for the getD2() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getD2(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getD3()
callback for the getD3() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getD3(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getDN()
callback for the getDN() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, getDN(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getFirstParameter()
|
static |
getter callback for the FirstParameter attribute
References Base::BaseExceptionFreeCADError, getFirstParameter(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getLastParameter()
|
static |
getter callback for the LastParameter attribute
References Base::BaseExceptionFreeCADError, getLastParameter(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getRotation()
getter callback for the Rotation attribute
References Base::BaseExceptionFreeCADError, getRotation(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_intersect()
callback for the intersect() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, intersect(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_intersect2d()
callback for the intersect2d() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, intersect2d(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_intersectCC()
callback for the intersectCC() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, intersectCC(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_intersectCS()
callback for the intersectCS() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, intersectCS(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ 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_length()
callback for the length() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), length(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_makeRuledSurface()
|
static |
callback for the makeRuledSurface() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), makeRuledSurface(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_normal()
callback for the normal() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), normal(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_parameter()
callback for the parameter() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), parameter(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_parameterAtDistance()
|
static |
callback for the parameterAtDistance() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), parameterAtDistance(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_period()
callback for the period() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), period(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_reverse()
callback for the reverse() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), reverse(), and Base::PyObjectBase::startNotify().
◆ staticCallback_reversedParameter()
|
static |
callback for the reversedParameter() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and reversedParameter().
◆ staticCallback_setContinuity()
|
static |
setter callback for the Continuity attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setFirstParameter()
|
static |
setter callback for the FirstParameter attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setLastParameter()
|
static |
setter callback for the LastParameter attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setRotation()
|
static |
setter callback for the Rotation attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_tangent()
callback for the tangent() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and tangent().
◆ staticCallback_toBSpline()
callback for the toBSpline() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and toBSpline().
◆ staticCallback_toNurbs()
callback for the toNurbs() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and toNurbs().
◆ staticCallback_toShape()
callback for the toShape() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and toShape().
◆ staticCallback_trim()
callback for the trim() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and trim().
◆ staticCallback_value()
callback for the value() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and value().
◆ tangent()
implementer for the tangent() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_tangent().
◆ toBSpline()
implementer for the toBSpline() method
References getGeomCurvePtr(), Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and Part::GeomCurve::toBSpline().
Referenced by staticCallback_toBSpline().
◆ toNurbs()
implementer for the toNurbs() method
References getGeomCurvePtr(), Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and Part::GeomCurve::toNurbs().
Referenced by staticCallback_toNurbs().
◆ toShape()
implementer for the toShape() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_toShape().
◆ trim()
implementer for the trim() method
References Part::GeometryPy::getGeometryPtr(), Part::makeTrimmedCurvePy(), and Part::PartExceptionOCCError.
Referenced by Part::ArcOfConicPy::getAxis(), Part::ArcOfCirclePy::getCircle(), Part::ArcOfEllipsePy::getEllipse(), Part::ArcOfHyperbolaPy::getHyperbola(), Part::ArcOfParabolaPy::getParabola(), Part::ArcOfConicPy::getXAxis(), Part::ArcOfConicPy::getYAxis(), Part::ArcOfCirclePy::representation(), Part::ArcOfEllipsePy::representation(), Part::ArcOfHyperbolaPy::representation(), Part::ArcOfParabolaPy::representation(), Part::ArcOfConicPy::setAxis(), Part::ArcOfConicPy::setXAxis(), Part::ArcOfConicPy::setYAxis(), and staticCallback_trim().
◆ value()
implementer for the value() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by PathScripts.PathProperty.Property::displayString(), PathScripts.PathProperty.PropertyQuantity::displayString(), PathScripts.PathSetupSheetOpPrototype.Property::displayString(), PathScripts.PathSetupSheetOpPrototype.PropertyQuantity::displayString(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction::evaluate(), PathScripts.PathProperty.Property::getValue(), PathScripts.PathSetupSheetOpPrototype.Property::getValue(), Part::BezierCurvePy::insertPoleAfter(), Part::BezierCurvePy::insertPoleBefore(), Mod.PartDesign.WizardShaft.SegmentFunction.IntervalFunction::lowervalue(), Part::BSplineCurvePy::movePoint(), Part::ArcOfCirclePy::PyInit(), Part::ArcPy::PyInit(), Part::CirclePy::PyInit(), Part::EllipsePy::PyInit(), Part::HyperbolaPy::PyInit(), Part::LinePy::PyInit(), Part::LineSegmentPy::PyInit(), Part::OffsetCurvePy::PyInit(), Part::ParabolaPy::PyInit(), Part::ArcOfConicPy::setAxis(), Part::ConicPy::setAxis(), Part::ArcOfConicPy::setCenter(), Part::ConicPy::setCenter(), Part::LinePy::setDirection(), Part::LineSegmentPy::setEndPoint(), Part::ArcOfConicPy::setLocation(), Part::ConicPy::setLocation(), Part::LinePy::setLocation(), Part::OffsetCurvePy::setOffsetDirection(), Part::BezierCurvePy::setPole(), Part::BSplineCurvePy::setPole(), Part::LineSegmentPy::setStartPoint(), PathScripts.PathProperty.Property::setValue(), PathScripts.PathSetupSheetOpPrototype.Property::setValue(), Part::ArcOfConicPy::setXAxis(), Part::ConicPy::setXAxis(), Part::ArcOfConicPy::setYAxis(), Part::ConicPy::setYAxis(), and staticCallback_value().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of GeometryCurvePy.
◆ Methods
|
static |
Methods structure of GeometryCurvePy.
◆ Type
|
static |
Type structure of GeometryCurvePy.
Referenced by ArchPanel.CommandPanelSheet::Activated(), draftobjects.draft_annotation.DraftAnnotation::add_missing_properties_0v19(), ArchStructure.StructSelectionObserver::addSelection(), ArchSite.Compass::buildCoordinates(), Part::BSplineSurfacePy::buildFromNSections(), continuityWith(), ArchComponent.Component::execute(), draftobjects.layer.LayerContainer::execute(), intersect(), Part::GeometrySurfacePy::intersect(), intersect2d(), intersectCC(), ArchAxis.CommandArchGrid::IsActive(), ArchSchedule.CommandArchSchedule::IsActive(), makeRuledSurface(), Part::CurveConstraintPy::PyInit(), 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/GeometryCurvePy.h
- Sources/FreeCAD/src/Mod/Part/App/GeometryCurvePyImp.cpp
- Sources/FreeCAD-SourceDocs/src/Mod/Part/App/GeometryCurvePy.cpp