Hide menu
Loading...
Searching...
No Matches
manufacturingtoolkit.CadExMTK.Drawing_CurveSet Class Reference

CurveSet Geometry.hxx cadex/Drawing/Geometry.hxx. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.Drawing_CurveSet:
manufacturingtoolkit.CadExMTK.Drawing_Geometry manufacturingtoolkit.CadExMTK.Drawing_Element manufacturingtoolkit.CadExMTK.BaseObject

Public Member Functions

 __init__ (self)
 Constructor.
 
 AddCurve (self, theCurve)
 
 NumberOfCurves (self)
 Returns the number of curves currently composing the element.
 
 Curve (self, theIndex)
 Returns the specified curve of the element.
 
- Public Member Functions inherited from manufacturingtoolkit.CadExMTK.Drawing_Element
 SetUuid (self, theUuid)
 
 Uuid (self)
 
 Accept (self, theVisitor)
 
- Public Member Functions inherited from manufacturingtoolkit.CadExMTK.BaseObject
 Id (self)
 Return unique identifier of public object.
 
 IsNull (self)
 

Static Public Member Functions

 CompareType (theObject)
 
 Cast (*args)
 

Detailed Description

CurveSet Geometry.hxx cadex/Drawing/Geometry.hxx.

Describes drawing elements composed of 2D curves.

This geometric element encapsulates the portion of the view's geometry described with parametric 2D curves (more specifically, objects of classes derived from Geom.Curve2d).

Constructor & Destructor Documentation

◆ __init__()

manufacturingtoolkit.CadExMTK.Drawing_CurveSet.__init__ ( self)

Constructor.

Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Geometry.

Member Function Documentation

◆ Cast()

manufacturingtoolkit.CadExMTK.Drawing_CurveSet.Cast ( * args)
static

◆ CompareType()

manufacturingtoolkit.CadExMTK.Drawing_CurveSet.CompareType ( theObject)
static

The documentation for this class was generated from the following file:
  • CadExMTK.py