API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > OdMEPCache Class > OdMEPCache Methods > OdMEPCache::getConnectorsForWire Method
OdMEPCache::getConnectorsForWire Method
Syntax
C++
static OdArray<OdBmConnectorPtr> getConnectorsForWire(const OdBmRbsWireCurve* wireElement);
Parameters 
Description 
const OdBmRbsWireCurve* wireElement 
[in] Wire element.
 

array of connectors. 

remarks Wires in BimRv are annotation elements that aren't currently exported. As such, we want to get their connection information to connect the elements at each of the wire together via a bi-directional port.

Provides public access specifically for getting the connectors associated to a wire. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.