All Frameworks Class Hierarchy This Framework Indexes
DraftingInterfaces Interface CATIDrwThread
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDrwThread
Interface to manage thread type and representation.
Method Index
- o
GetThreadInfo(CATMathCircleArc2D*,int*,CATDftThreadTypeEnum*,int*)
- Get Thread information.
- o
GetThreadInfo(CATLISTP(CATMathCircleArc2D)&,int&,CATDftThreadTypeEnum&)
- Get Thread information .
- o
GetThreadableObject(CATBaseUnknown**)
- Get Threadable object.
- o
SetThreadType(int,CATDftThreadTypeEnum)
- Set the thread quadrant and the thread type.
Methods
o GetThreadInfo
| public virtual GetThreadInfo( | | oCircleArc, |
| | oQuad, |
| | oType, |
| | oShowMode) |
-
Get Thread information.
- Parameters:
-
- oCircleArc
- Thread arc circle geometry.
- oQuad
- Thread quadrant.
Value will be between 0 and 3.
- oType
- Thread type : Threaded or Taped.
- oShowMode
- Thread arc circle linetype.
o GetThreadInfo
| public virtual GetThreadInfo( | | oCircleArcList, |
| | oQuadrant, |
| | oType) |
-
Get Thread information .
- Parameters:
-
- oCircleArcList
- Thread arc circle geometry.
List has only one element for now.
- oQuadrant
- Thread quadrant.
Value will be between 0 and 3.
- oType
- Thread type : Threaded or Taped.
o GetThreadableObject
| public virtual GetThreadableObject( | | oThread) |
-
Get Threadable object.
- Parameters:
-
- oThread
- Threadable object in case
o SetThreadType
| public virtual SetThreadType( | const | iQuadrant | =0, |
| | iType | =CATDftTaped) |
-
Set the thread quadrant and the thread type.
- Parameters:
-
- iQuadrant
- Thread quadrant.
Value must be an integer between 0 and 3.
- iType
- Thread type : CATDftThreaded or CATDftTaped.
This object is included in the file: CATIDrwThread.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces