DraftingUseItf Interface CATIDftThread
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDftThread
Interface to manage thread type and representation.
Method Index
- o
GetThreadInfo(CATMathCircleArc2D*,int*,CATDftThreadTypeEnum*,int*)
- Get Thread information.
- 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 SetThreadType
public virtual SetThreadType( | const | iQuadrant, |
| const | iType) |
-
Set the thread quadrant and the thread type.
- Parameters:
-
- iQuadrant
- Thread quadrant.
Value must be an integer between 0 and 3.
- iType
- Thread type : Threaded or Taped.
This object is included in the file: CATIDftThread.h
If needed, your Imakefile.mk should include the module: CATDraftingUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.