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

Wire Wire.hxx cadex/ModelData/Wire.hxx. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.ModelData_Wire:
manufacturingtoolkit.CadExMTK.ModelData_Shape manufacturingtoolkit.CadExMTK.BaseObject

Public Member Functions

 __init__ (self, theEdge)
 
 Append (self, *args)
 
- Public Member Functions inherited from manufacturingtoolkit.CadExMTK.ModelData_Shape
 Type (self)
 Returns a shape type.
 
 Orientation (self)
 Returns orientation flag.
 
 Reversed (self)
 Returns a shape that shares the same geometry and subshape graph but has opposite orientation.
 
 Oriented (self, theOrientation)
 Returns a shape that shares the same geometry and subshape graph and has specified orientation.
 
 IsEqual (self, theOther)
 Returns true if the shape shares the same geometry and subshape graph, and has equal orientation.
 
 IsSame (self, theOther)
 Returns true if the shape shares the same geometry and subshape graph.
 
 SetName (self, theName)
 Sets the name.
 
 Name (self)
 Returns the name.
 
 AddAssociatedPMI (self, *args)
 
 AssociatedPMI (self)
 Returns the PMI elements.
 
- Public Member Functions inherited from manufacturingtoolkit.CadExMTK.BaseObject
 Id (self)
 Return unique identifier of public object.
 
 IsNull (self)
 

Static Public Member Functions

 CompareType (theObject)
 Check the type of object.
 
 Cast (*args)
 

Detailed Description

Wire Wire.hxx cadex/ModelData/Wire.hxx.

Defines a connected set of edges.

The following image depicts an example of a wire:

Wire

Wire can be used to define a face boundary (i.e. to define a free-form trimming of a surface underlying the face) or just a set of edges.

Wire's direct children are edges which must be connected between each other, i.e. share the same vertices between adjacent edges. Although there is no strict requirement that edges must be oriented in a tail-to-head order this is strongly recommended.

A free wire (not bounding a face) can be either open or closed. A wire bounding a face must be closed.

Constructor & Destructor Documentation

◆ __init__()

manufacturingtoolkit.CadExMTK.ModelData_Wire.__init__ ( self,
theEdge )

Member Function Documentation

◆ Cast()

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

◆ CompareType()

manufacturingtoolkit.CadExMTK.ModelData_Wire.CompareType ( theObject)
static

Check the type of object.

Returns true if the specified object is this class type.

Reimplemented from manufacturingtoolkit.CadExMTK.ModelData_Shape.


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