CATTPSBaseUseItf Interface CATITPSDatumSystem

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


interface CATITPSDatumSystem

Interface for Datum Reference Frame TPS (Composite datum entity).
TPS for Technological Product Specifications.

See also:
,


Method Index


o GetComposedDatums(CATITPSList**)
Retrieves the list of datums (simple or system) which are composed to create the datum system.
o GetCompositionRule(CATTPSDatumCompRule*)
Retrieves composition rule of the datum system.
o GetDatumsSimple(CATITPSList**)
Retrieves the list of datums simple which appears in the datum system All objects of the list adhere to CATITPSDatumSimple.
o GetLabel(wchar_t**)
Retrieves Label.
o GetOrderOfPrecedence(CATITPSDatumSimple*,CATTPSDatumOrderInFrame*)
Query for a simple datum its position in the reference frame (Primary, Secondary, Tertiary).
o GetOrderOfPrecedence(CATITPSDatumSystem*,CATTPSDatumOrderInFrame*)
Query for a datum system its position in the reference frame.
o SetLabel(wchar_t*)
Sets Label.

Methods


o GetComposedDatums
public virtual GetComposedDatums( oDatums)
Retrieves the list of datums (simple or system) which are composed to create the datum system. All objects of the collection adhere to CATITPSDatumSimple or CATITPSDatumSystem
o GetCompositionRule
public virtual GetCompositionRule( oRule)
Retrieves composition rule of the datum system.
Parameters:
oRule
Rule between primary and secondary.
o GetDatumsSimple
public virtual GetDatumsSimple( oDatums)
Retrieves the list of datums simple which appears in the datum system All objects of the list adhere to CATITPSDatumSimple.
o GetLabel
public virtual GetLabel( oLabel)
Retrieves Label.
o GetOrderOfPrecedence
public virtual GetOrderOfPrecedence( const iDatum,
oOrder)
Query for a simple datum its position in the reference frame (Primary, Secondary, Tertiary).
o GetOrderOfPrecedence
public virtual GetOrderOfPrecedence( const iDatum,
oOrder)
Query for a datum system its position in the reference frame.
o SetLabel
public virtual SetLabel( const iLabel)
Sets Label.

This object is included in the file: CATITPSDatumSystem.h

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