#include <IGESBasic_ExternalRefFileName.hxx>
Inheritance diagram for IGESBasic_ExternalRefFileName:
Public Member Functions | |
Standard_EXPORT | IGESBasic_ExternalRefFileName () |
Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aFileIdent, const Handle(TCollection_HAsciiString)&anExtName) |
This method is used to set the fields of the class ExternalRefFileName - aFileIdent : External Reference File Identifier - anExtName : External Reference Entity Symbolic Name . | |
Standard_EXPORT void | SetForEntity (const Standard_Boolean mode) |
Changes FormNumber to be 2 if <mode> is True (For Entity) or 0 if <mode> is False (For Definition) . | |
Standard_EXPORT Handle_TCollection_HAsciiString | FileId () const |
returns External Reference File Identifier | |
Standard_EXPORT Handle_TCollection_HAsciiString | ReferenceName () const |
returns External Reference Entity Symbolic Name | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_TCollection_HAsciiString | theExtRefFileIdentifier |
Handle_TCollection_HAsciiString | theExtRefEntitySymbName |
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|