CATAnnotationUseItf Interface 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 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 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
public virtual GetFrame()
Gets frame.
Returns:
Frame.
o GetRatio
public virtual GetRatio()
Gets ratio.
Returns:
Ratio value.
o GetScoredElement
public virtual GetScoredElement()
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 GetScoredGroup()
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 GetScoringMode()
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 GetSlant()
Gets slant.
Returns:
Slant value.
o GetSpacing
public virtual GetSpacing()
Gets spacing.
Returns:
Spacing value.
o SetRatio
public virtual SetRatio( const iRatio)
Sets ratio.
Parameters:
iRatio
Ratio value.
o SetScoredElement
public virtual SetScoredElement( const iScoredElement)
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 SetScoredGroup( const iScoredGroup)
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 SetScoringMode( const scMode)
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 SetSpacing( const iSpacing)
Sets spacing.
Parameters:
iSpacing
Spacing value.

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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.