CATTPSBaseUseItf Interface CATITPSCompositeTolerance

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


interface CATITPSCompositeTolerance

Interface for accessing composite tolerance on a TPS.
(ASME norm only)


Method Index


o Get3SegmentBoxCount(unsigned int*)
Retrieves datum count of the 3rd segment composite tolerance.
o Get3SegmentCompositeValue(double*)
Retrieves value (in millimeters) of the 3rd segment composite tolerance.
o GetBoxCount(unsigned int*)
Retrieves datum count.
o GetCompositeValue(double*)
Retrieves value (in millimeters).
o Set3SegmentBoxCount(unsigned int)
Sets datum count of the 3rd segment composite tolerance.
o Set3SegmentCompositeValue(double)
Sets value (in millimeters) of the 3rd segment composite tolerance.
o SetBoxCount(unsigned int)
Sets datum count.
o SetCompositeValue(double)
Sets value (in millimeters).

Methods


o Get3SegmentBoxCount
public virtual Get3SegmentBoxCount( onBoxCount)
Retrieves datum count of the 3rd segment composite tolerance.
Parameters:
onBoxCount
Count of datums.
Returns:
S_OK is the value is correctly retrieved.E_FAIL otherwise
o Get3SegmentCompositeValue
public virtual Get3SegmentCompositeValue( oValue)
Retrieves value (in millimeters) of the 3rd segment composite tolerance.
Parameters:
oValue
3 Segment composite tolerance value.
Returns:
S_OK is the value is correctly retrieved.E_FAIL otherwise
o GetBoxCount
public virtual GetBoxCount( oBoxCount)
Retrieves datum count.
o GetCompositeValue
public virtual GetCompositeValue( oValue)
Retrieves value (in millimeters).
Parameters:
oValue
Positive or equal to -1 which means not valuated.
o Set3SegmentBoxCount
public virtual Set3SegmentBoxCount( const inBoxCount)
Sets datum count of the 3rd segment composite tolerance.
Parameters:
inBoxCount
Count of datums.
Returns:
S_OK is the value is correctly set.E_FAIL otherwise
o Set3SegmentCompositeValue
public virtual Set3SegmentCompositeValue( const iValue)
Sets value (in millimeters) of the 3rd segment composite tolerance.
Parameters:
iValue
3 Segment composite tolerance value
Returns:
S_OK is the value is correctly set.E_FAIL otherwise
o SetBoxCount
public virtual SetBoxCount( const iBoxCount)
Sets datum count.
o SetCompositeValue
public virtual SetCompositeValue( const iValue)
Sets value (in millimeters).
Parameters:
iValue
Must be positive or equal to -1 which means not valuated.

This object is included in the file: CATITPSCompositeTolerance.h

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