The python export class for GeomCurve. More...
#include <GeometryCurvePy.h>
Public Types | |
typedef GeomCurve * | PointerType |
Public Types inherited from Part::GeometryPy | |
typedef Geometry * | PointerType |
Public Types inherited from Base::PyObjectBase | |
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 |
Public Member Functions inherited from Part::GeometryPy | |
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::Boolean | getConstruction (void) const |
getter for the Construction attribute More... | |
void | setConstruction (Py::Boolean arg) |
setter for the Construction attribute 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... | |
Public Member Functions inherited from Base::PyObjectBase | |
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 Public Member Functions inherited from Part::GeometryPy | |
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_getConstruction (PyObject *self, void *closure) |
getter callback for the Construction attribute More... | |
static int | staticCallback_setConstruction (PyObject *self, PyObject *value, void *closure) |
setter callback for the Construction attribute 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 Public Member Functions inherited from Base::PyObjectBase | |
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 Public Attributes inherited from Part::GeometryPy | |
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 Public Attributes inherited from Base::PyObjectBase | |
static PyMethodDef | Methods [] |
static PyTypeObject | Type |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~GeometryCurvePy () | |
Protected Member Functions inherited from Part::GeometryPy | |
~GeometryPy () | |
Protected Member Functions inherited from Base::PyObjectBase | |
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... | |
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... | |
Additional Inherited Members | |
Protected Attributes inherited from Base::PyObjectBase | |
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(), and Part::PartExceptionOCCError.
Referenced by staticCallback_approximateBSpline().
◆ centerOfCurvature()
implementer for the centerOfCurvature() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_centerOfCurvature().
◆ 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)
◆ 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 intersectCC(), toBSpline(), and toNurbs().
◆ getLastParameter()
Py::Float GeometryCurvePy::getLastParameter | ( | void | ) | const |
getter for the LastParameter attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getLastParameter().
◆ GetType()
|
virtual |
Reimplemented from Part::GeometryPy.
Reimplemented in Part::LinePyOld, Part::ArcOfCirclePy, Part::ArcOfConicPy, Part::ArcOfEllipsePy, Part::ArcOfHyperbolaPy, Part::ArcOfParabolaPy, Part::ArcPy, Part::BezierCurvePy, Part::BoundedCurvePy, Part::BSplineCurvePy, Part::CirclePy, Part::ConicPy, Part::EllipsePy, Part::HyperbolaPy, Part::LinePy, Part::LineSegmentPy, Part::OffsetCurvePy, Part::ParabolaPy, and Part::TrimmedCurvePy.
◆ 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 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 Part::ParabolaPy::PyInit(), Part::ArcOfParabolaPy::representation(), Part::ArcOfEllipsePy::representation(), Part::ArcOfHyperbolaPy::representation(), and staticCallback_normal().
◆ parameter()
implementer for the parameter() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and Base::VectorPy::Type.
Referenced by Part::BSplineCurvePy::getCardinalSplineTangents(), 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::ArcOfCirclePy, Part::ArcOfConicPy, Part::ArcOfEllipsePy, Part::ArcOfHyperbolaPy, Part::ArcOfParabolaPy, Part::ArcPy, Part::BezierCurvePy, Part::BoundedCurvePy, Part::BSplineCurvePy, Part::CirclePy, Part::ConicPy, Part::EllipsePy, Part::HyperbolaPy, Part::LinePy, Part::LineSegmentPy, Part::OffsetCurvePy, Part::ParabolaPy, and Part::TrimmedCurvePy.
◆ PyMake()
◆ representation()
std::string GeometryCurvePy::representation | ( | void | ) | const |
Referenced by config_control_design.pcurve::wr1(), config_control_design.degenerate_pcurve::wr1(), automotive_design.motion_link_relationship::wr1(), automotive_design.pcurve::wr1(), automotive_design.degenerate_pcurve::wr1(), config_control_design.pcurve::wr2(), config_control_design.degenerate_pcurve::wr2(), automotive_design.pcurve::wr2(), and automotive_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::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_centerOfCurvature()
|
static |
callback for the centerOfCurvature() method
References Base::BaseExceptionFreeCADError, centerOfCurvature(), Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_curvature()
callback for the curvature() method
References Base::BaseExceptionFreeCADError, Base::Console(), curvature(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_discretize()
|
static |
callback for the discretize() method
References Base::BaseExceptionFreeCADError, Base::Console(), discretize(), Base::ConsoleSingleton::Error(), 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_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_intersect()
callback for the intersect() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), intersect(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_intersect2d()
callback for the intersect2d() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), intersect2d(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_intersectCC()
callback for the intersectCC() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), intersectCC(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_intersectCS()
callback for the intersectCS() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), intersectCS(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isClosed()
callback for the isClosed() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), isClosed(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isPeriodic()
callback for the isPeriodic() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), isPeriodic(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_length()
callback for the length() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), length(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_makeRuledSurface()
|
static |
callback for the makeRuledSurface() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), makeRuledSurface(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_normal()
callback for the normal() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), normal(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_parameter()
callback for the parameter() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), parameter(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_parameterAtDistance()
|
static |
callback for the parameterAtDistance() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), parameterAtDistance(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_period()
callback for the period() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), period(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_reverse()
callback for the reverse() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), reverse(), and Base::PyObjectBase::startNotify().
◆ staticCallback_reversedParameter()
|
static |
callback for the reversedParameter() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), 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_tangent()
callback for the tangent() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and tangent().
◆ staticCallback_toBSpline()
callback for the toBSpline() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and toBSpline().
◆ staticCallback_toNurbs()
callback for the toNurbs() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and toNurbs().
◆ staticCallback_toShape()
callback for the toShape() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and toShape().
◆ staticCallback_trim()
callback for the trim() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and trim().
◆ staticCallback_value()
callback for the value() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), 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::ArcOfParabolaPy::representation(), Part::ArcOfEllipsePy::representation(), Part::ArcOfCirclePy::representation(), Part::ArcOfHyperbolaPy::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 Part::BezierCurvePy::insertPoleAfter(), Part::BezierCurvePy::insertPoleBefore(), Part::BSplineCurvePy::movePoint(), Part::ArcPy::PyInit(), Part::ArcOfCirclePy::PyInit(), Part::EllipsePy::PyInit(), Part::HyperbolaPy::PyInit(), Part::LinePy::PyInit(), Part::LineSegmentPy::PyInit(), Part::CirclePy::PyInit(), Part::OffsetCurvePy::PyInit(), Part::ParabolaPy::PyInit(), Part::ArcOfConicPy::setAxis(), Part::ConicPy::setAxis(), Part::ConicPy::setCenter(), Part::ArcOfConicPy::setCenter(), Part::LinePy::setDirection(), Part::LineSegmentPy::setEndPoint(), Part::ConicPy::setLocation(), Part::LinePy::setLocation(), Part::ArcOfConicPy::setLocation(), Part::OffsetCurvePy::setOffsetDirection(), Part::BezierCurvePy::setPole(), Part::BSplineCurvePy::setPole(), Part::LineSegmentPy::setStartPoint(), 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(), ArchStructure.StructSelectionObserver::addSelection(), ArchSite.Compass::buildCoordinates(), intersect(), Part::GeometrySurfacePy::intersect(), intersect2d(), intersectCC(), ArchSchedule.CommandArchSchedule::IsActive(), ArchAxis.CommandArchGrid::IsActive(), and makeRuledSurface().
The documentation for this class was generated from the following files:
- build/webdoc/src/Mod/Part/App/GeometryCurvePy.h
- src/Mod/Part/App/GeometryCurvePyImp.cpp
- build/webdoc/src/Mod/Part/App/GeometryCurvePy.cpp