CATAnnotationUseItf Interface 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 GetAngle( | ) |
-
Gets funnel angle.
- Returns:
- Angle.
o GetFunnelMode
public virtual GetFunnelMode( | ) |
-
Gets funnel mode.
- Returns:
- Funnel mode.
Legal values are: (see define definition file)
- CATDrwDimFunExt
- External.
- CATDrwDimFunInt
- Internal.
o GetFunnelSide
public virtual GetFunnelSide( | ) |
-
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 GetHeight( | ) |
-
Gets funnel height.
- Returns:
- Height.
o GetWidth
public virtual GetWidth( | ) |
-
Gets funnel width.
- Returns:
- Width.
o SetAngle
public virtual SetAngle( | const | an) |
-
Sets funnel angle.
- Parameters:
-
- an
- Angle.
o SetFunnelMode
public virtual SetFunnelMode( | const | iFunnelMode) |
-
Sets funnel mode.
- Parameters:
-
- iFunnelMode
- Funnel mode.
Legal values are: (see define definition file)
- CATDrwDimFunExt
- External.
- CATDrwDimFunInt
- Internal.
o SetFunnelSide
public virtual SetFunnelSide( | const | iFunnelSide) |
-
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 SetHeight( | const | hei) |
-
Sets funnel height.
- Parameters:
-
- hei
- Height.
o SetWidth
public virtual SetWidth( | const | wid) |
-
Sets funnel width.
- Parameters:
-
- wid
- Width.
This object is included in the file: CATIDrwDimFunnel.h
If needed, your Imakefile.mk should include the module: CATAnnotationUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.