All Frameworks  Class Hierarchy  This Framework  Indexes   

DraftingInterfaces Interface CATIDrwGDT

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


interface CATIDrwGDT

Interface on GDT objects.


Method Index


o AddGDTReference(int,CATUnicodeString,CATDrwGDTModifier)
Add a reference box at the end of a row of a GDT.
o DelGDTReference(int,int)
Remove an existing reference box in a row of a GDT.
o GetGDTReferenceNumber(int)
Returns the number of reference boxes in a row of the GDT.
o GetGDTReference(int,int,CATUnicodeString&,CATDrwGDTModifier&)
Get a reference box in a row of a GDT.
o GetGDTRowNumber()
Returns the number of row of the GDT.
o GetGDTToleranceType(int)
Get the symbol of a row in a GDT.
o GetGDTTolerance(int,CATDrwGDTValueType&,CATUnicodeString&,CATDrwGDTModifier&)
Get the GDT tolerance box.
o SetGDTReference(int,int,CATUnicodeString&,CATDrwGDTModifier&)
Set an existing reference box in a row of a GDT.
o SetGDTToleranceType(int,CATDrwGDTSymbol)
Set the symbol of a row in a GDT.
o SetGDTTolerance(int,CATDrwGDTValueType,CATUnicodeString,CATDrwGDTModifier)
Set the GDT tolerance box.

Methods


o AddGDTReference
public virtual AddGDTReference( iRowNumber,
iDatum,
iModifier)
Add a reference box at the end of a row of a GDT.
Parameters:
iRowNumber
The row to set.
iDatum
The reference text.
iModifier
The modifier on the datum (least material, etc...). See definition in CATDrwGDTDef
o DelGDTReference
public virtual DelGDTReference( iRowNumber,
iReferenceNumber)
Remove an existing reference box in a row of a GDT.
Parameters:
iRowNumber
The row number.
iReferenceNumber
The reference to delete.
o GetGDTReferenceNumber
public virtual GetGDTReferenceNumber( iRowNumber)
Returns the number of reference boxes in a row of the GDT.
Parameters:
iRowNumber
The row to analyse.
o GetGDTReference
public virtual GetGDTReference( iRowNumber,
iReferenceNumber,
oDatum,
oModifier)
Get a reference box in a row of a GDT.
Parameters:
iRowNumber
The row to set.
iReferenceNumber
The reference to modify.
oDatum
The new reference text.
oModifier
The new modifier on the datum (least material, etc...). See definition in CATDrwGDTDef
o GetGDTRowNumber
public virtual GetGDTRowNumber()
Returns the number of row of the GDT.
o GetGDTToleranceType
public virtual GetGDTToleranceType( iRowNumber)
Get the symbol of a row in a GDT.
Parameters:
iRowNumber
The row to set.
Returns:
The symbol in use. See definition in CATDrwGDTDef
o GetGDTTolerance
public virtual GetGDTTolerance( iRowNumber,
oValueType,
oValue,
oModifier)
Get the GDT tolerance box.
The tolerance box is the first box after the symbol box.
Parameters:
iRowNumber
The row to set.
oValueType
The type of the tolerance value (unspec/diameter/radius).
oValue
The tolerance value.
oModifier
The modifier on the value (least material, etc...). See definition in CATDrwGDTDef
o SetGDTReference
public virtual SetGDTReference( iRowNumber,
iReferenceNumber,
iDatum,
iModifier)
Set an existing reference box in a row of a GDT.
Parameters:
iRowNumber
The row to set.
iReferenceNumber
The reference to modify.
iDatum
The new reference text.
iModifier
The new modifier on the datum (least material, etc...). See definition in CATDrwGDTDef
o SetGDTToleranceType
public virtual SetGDTToleranceType( iRowNumber,
iGDTSymbol)
Set the symbol of a row in a GDT.
Parameters:
iRowNumber
The row to set.
iGDTSymbol
The symbol to use. See definition in CATDrwGDTDef
o SetGDTTolerance
public virtual SetGDTTolerance( iRowNumber,
iValueType,
iValue,
iModifier)
Set the GDT tolerance box.
The tolerance box is the first box after the symbol box.
Parameters:
iRowNumber
The row to set.
iValueType
The type of the tolerance value (unspec/diameter/radius).
iValue
The tolerance value.
iModifier
The modifier on the value (least material, etc...). See definition in CATDrwGDTDef

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

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