CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AECEv::Rel Struct Reference

#include <AECEv.h>

Public Member Functions

 Rel ()
 
 Rel (RelType eType, const OdDbObjectId &id)
 
RelType type () const
 
void setType (RelType eType)
 
OdDbObjectId objectId () const
 
void setObjectId (const OdDbObjectId &id)
 
void set (RelType eType, const OdDbObjectId &id)
 

Detailed Description

Simple AEC relation.

Definition at line 69 of file AECEv.h.

Constructor & Destructor Documentation

◆ Rel() [1/2]

AECEv::Rel::Rel ( )

Constructor.

◆ Rel() [2/2]

AECEv::Rel::Rel ( RelType  eType,
const OdDbObjectId id 
)

Constructor.

Member Function Documentation

◆ objectId()

OdDbObjectId AECEv::Rel::objectId ( ) const

Returns referenced object id.

◆ set()

void AECEv::Rel::set ( RelType  eType,
const OdDbObjectId id 
)

Sets relation properties.

◆ setObjectId()

void AECEv::Rel::setObjectId ( const OdDbObjectId id)

Sets referenced object id.

◆ setType()

void AECEv::Rel::setType ( RelType  eType)

Sets relation type.

◆ type()

RelType AECEv::Rel::type ( ) const

Returns relation type.


The documentation for this struct was generated from the following file: