All Frameworks Class Hierarchy This Framework Previous Next Indexes
DraftingInterfaces Interface CATIDrwDimDressUp
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIDrwDimDressUp
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDrwDimDressUp
Manages the dimension dressup.
Method Index
- o
GetFrame()
- Gets frame.
- o
GetFrameType()
- Gets frame type.
- o
GetRatio()
- Gets ratio.
- o
GetScoredElement()
- Gets the scored element for main value.
- o
GetScoredGroup()
- Gets the scored element for dual value.
- o
GetScoringMode()
- Gets the dimension value scoring mode.
- o
GetSlant()
- Gets slant.
- o
GetSpacing()
- Gets spacing.
- o
SetFrametype(int)
- Sets frame type.
- o
SetRatio(double)
- Sets ratio.
- o
SetScoredElement(int)
- Sets the scored element for main value.
- o
SetScoredGroup(int)
- Sets the scored element for dual value.
- o
SetScoringMode(int)
- Sets the dimension value scoring mode.
- o
SetSpacing(double)
- Sets spacing.
Methods
o GetFrame
-
Gets frame.
- Returns:
- Frame.
o GetFrameType
public virtual int GetFrameType( | )const = 0 |
-
Gets frame type.
- Returns:
- Frame type.
Frame type legal values are (see define definition file):
- CATDrwDimFraNone
- None.
- CATDrwDimFraCircle
- Circle.
- CATDrwDimFraScoredCircle
- Scored circle.
- CATDrwDimFraDiamondShaped
- Diamond shape.
- CATDrwDimFraSquare
- Square.
- CATDrwDimFraRectangle
- Rectangle.
- CATDrwDimFraOblong
- Oblong.
- CATDrwDimFraRightFlag
- Right flag.
- CATDrwDimFraTriangle
- Triangle.
o GetRatio
public virtual double GetRatio( | )const = 0 |
-
Gets ratio.
- Returns:
- Ratio value.
o GetScoredElement
public virtual int GetScoredElement( | )const = 0 |
-
Gets the scored element for main value.
- Returns:
- Scored element for main value (see define definition file).
Scored element legal values are:
- CATDrwDimScoreValue
- the scoring mode is applied to the value text only.
- CATDrwDimScoreAll
- the scoring mode is applied to the whole element.
o GetScoredGroup
public virtual int GetScoredGroup( | )const = 0 |
-
Gets the scored element for dual value.
- Returns:
- Scored element for dual value (see define definition file).
Scored element legal values are:
- CATDrwDimScoreValue
- the scoring mode is applied to the value text only.
- CATDrwDimScoreAll
- the scoring mode is applied to the whole element.
o GetScoringMode
public virtual int GetScoringMode( | )const = 0 |
-
Gets the dimension value scoring mode.
- Returns:
- Scoring mode (see define definition file).
Scoring mode legal values are:
- CATDrwDimScoreNone
- None.
- CATDrwDimUnderScored
- Underscored.
- CATDrwDimScored
- Scored.
- CATDrwDimOverScored
- Overscored.
o GetSlant
public virtual double GetSlant( | )const = 0 |
-
Gets slant.
- Returns:
- Slant value.
o GetSpacing
public virtual double GetSpacing( | )const = 0 |
-
Gets spacing.
- Returns:
- Spacing value.
o SetFrametype
public virtual void SetFrametype( | const int | frType) = 0 |
-
Sets frame type.
- Parameters:
-
- frType
- Frame type.
Frame type legal values are (see define definition file):
- CATDrwDimFraNone
- None.
- CATDrwDimFraCircle
- Circle.
- CATDrwDimFraScoredCircle
- Scored circle.
- CATDrwDimFraDiamondShaped
- Diamond shape.
- CATDrwDimFraSquare
- Square.
- CATDrwDimFraRectangle
- Rectangle.
- CATDrwDimFraOblong
- Oblong.
- CATDrwDimFraRightFlag
- Right flag.
- CATDrwDimFraTriangle
- Triangle.
o SetRatio
public virtual void SetRatio( | const double | iRatio)= 0 |
-
Sets ratio.
- Parameters:
-
- iRatio
- Ratio value.
o SetScoredElement
public virtual void SetScoredElement( | const int | iScoredElement)= 0 |
-
Sets the scored element for main value.
- Parameters:
-
- iScoredElement
- Scored element for main value (see define definition file).
Scored element legal values are:
- CATDrwDimScoreValue
- the scoring mode is applied to the value text only.
- CATDrwDimScoreAll
- the scoring mode is applied to the whole element.
o SetScoredGroup
public virtual void SetScoredGroup( | const int | iScoredGroup)= 0 |
-
Sets the scored element for dual value.
- Parameters:
-
- iScoredGroup
- Scored element for dual value (see define definition file).
Scored element legal values are:
- CATDrwDimScoreValue
- the scoring mode is applied to the value text only.
- CATDrwDimScoreAll
- the scoring mode is applied to the whole element.
o SetScoringMode
public virtual void SetScoringMode( | const int | scMode) = 0 |
-
Sets the dimension value scoring mode.
- Parameters:
-
- scMode
- Scoring mode (see define definition file).
Scoring mode legal values are:
- CATDrwDimScoreNone
- None.
- CATDrwDimUnderScored
- Underscored.
- CATDrwDimScored
- Scored.
- CATDrwDimOverScored
- Overscored.
o SetSpacing
public virtual void SetSpacing( | const double | iSpacing)= 0 |
-
Sets spacing.
- Parameters:
-
- iSpacing
- Spacing value.
This object is included in the file: CATIDrwDimDressUp.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces