Open CASCADE Technology
6.5.4
|
IGESName is a Signature specific to IGESNorm :
it considers the Name of an IGESEntity as being its ShortLabel
(some sending systems use name, not to identify entities, but
ratjer to classify them)
#include <IGESSelect_IGESName.hxx>
Public Member Functions | |
IGESSelect_IGESName () | |
Creates a Signature for IGES Name (reduced to ShortLabel, without SubscriptLabel or Long Name) | |
Standard_CString | Value (const Handle< Standard_Transient > &ent, const Handle< Interface_InterfaceModel > &model) const |
Returns the ShortLabel as being the Name of an IGESEntity If <ent> has no name, it returns empty string "" |
Standard_CString IGESSelect_IGESName::Value | ( | const Handle< Standard_Transient > & | ent, |
const Handle< Interface_InterfaceModel > & | model | ||
) | const [virtual] |
Implements Interface_SignType.