All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

DraftingInterfaces Interface CATIDrwDimFunnel

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIDrwDimFunnel
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIDrwDimFunnel

Manages the dimension funnel extension line.


Method Index


o GetAngle()
Gets funnel angle.
o GetFunnelMode()
Gets funnel mode.
o GetFunnelSide()
Gets funnel side.
o GetHeight()
Gets funnel height.
o GetWidth()
Gets funnel width.
o SetAngle(double)
Sets funnel angle.
o SetFunnelMode(int)
Sets funnel mode.
o SetFunnelSide(int)
Sets funnel side.
o SetHeight(double)
Sets funnel height.
o SetWidth(double)
Sets funnel width.

Methods


o GetAngle
public virtual double GetAngle()const = 0
Gets funnel angle.
Returns:
Angle.
o GetFunnelMode
public virtual int GetFunnelMode()const = 0
Gets funnel mode.
Returns:
Funnel mode.
Legal values are: (see define definition file)
CATDrwDimFunExt
External.
CATDrwDimFunInt
Internal.
o GetFunnelSide
public virtual int GetFunnelSide()const = 0
Gets funnel side.
Returns:
Funnel side.
Legal values are: (see define definition file)
CATDrwDimFunLeftOrBottom
Left or Bottom.
CATDrwDimFunRightOrTop
Right or Top.
CATDrwDimFunBoth
Both sides.
o GetHeight
public virtual double GetHeight()const = 0
Gets funnel height.
Returns:
Height.
o GetWidth
public virtual double GetWidth()const = 0
Gets funnel width.
Returns:
Width.
o SetAngle
public virtual void SetAngle( const double an) = 0
Sets funnel angle.
Parameters:
an
Angle.
o SetFunnelMode
public virtual void SetFunnelMode( const int iFunnelMode)= 0
Sets funnel mode.
Parameters:
iFunnelMode
Funnel mode.
Legal values are: (see define definition file)
CATDrwDimFunExt
External.
CATDrwDimFunInt
Internal.
o SetFunnelSide
public virtual void SetFunnelSide( const int iFunnelSide)= 0
Sets funnel side.
Parameters:
iFunnelSide
Funnel side.
Legal values are: (see define definition file)
CATDrwDimFunLeftOrBottom
Left or Bottom.
CATDrwDimFunRightOrTop
Right or Top.
CATDrwDimFunBoth
Both sides.
o SetHeight
public virtual void SetHeight( const double hei) = 0
Sets funnel height.
Parameters:
hei
Height.
o SetWidth
public virtual void SetWidth( const double wid) = 0
Sets funnel width.
Parameters:
wid
Width.

This object is included in the file: CATIDrwDimFunnel.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.