Share

BIMElectricalConnectorDefinition Object

Derived from: BIMConnectorDefinition Object

Description

BIMElectricalConnectorDefinition object.

Methods

Name Description
ReverseDirection Method that will reverse the direction of the connection.
SetShape Method that used to set the shape of the connector.

Properties

Name Description
ApparentLoad Read-write property that gets and sets the apparent load associated with this connector.
ApparentLoadParameter Read-write property that gets and sets the apparent load with expression or parameter.
ApparentLoadPhase1 Read-write property that gets and sets the phase 1 apparent load associated with this connector.
ApparentLoadPhase1Parameter Read-write property that gets and sets the apparent load phase 1 with expression or parameter.
ApparentLoadPhase2 Read-write property that gets and sets the phase 2 apparent load associated with this connector.
ApparentLoadPhase2Parameter Read-write property that gets and sets the apparent load phase 2 with expression or parameter.
ApparentLoadPhase3 Read-write property that gets and sets the phase 3 apparent load associated with this connector.
ApparentLoadPhase3Parameter Read-write property that gets and sets the apparent load phase 3 with expression or parameter.
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
ConnectorShape Read-only property that specifies the shape of the connector. To change the shape, use the SetShape method.
Description Read-write property that gets and sets the description of this connector.
DescriptionParameter Read-write property that gets and sets the description with expression or parameter.
Direction Read-only property that indicates the direction of the connection. This property will return Nothing in the case where a valid set of referenced geometries have not yet been defined.
ExposeApparentLoadAsParameter Read-write property that gets and sets if expose the apparent load as parameter.
ExposeApparentLoadPhase1AsParameter Read-write property that gets and sets if expose the apparent load phase 1 as parameter.
ExposeApparentLoadPhase2AsParameter Read-write property that gets and sets if expose the apparent load phase 2 as parameter.
ExposeApparentLoadPhase3AsParameter Read-write property that gets and sets if expose the apparent load phase 3 as parameter.
ExposeDescriptionAsParameter Read-write property that gets and sets if expose the description as parameter.
ExposeHasMotorAsParameter Read-write property that gets and sets if expose the HasMotor as parameter.
ExposeLoadClassificationAsParameter Read-write property that gets and sets if expose the load classification as parameter.
ExposeNumberOfPolesAsParameter Read-write property that gets and sets if expose the number of poles as parameter.
ExposePowerFactorAsParameter Read-write property that gets and sets if expose the power factor as parameter.
ExposeVoltageAsParameter Read-write property that gets and sets if expose the voltage as parameter.
Geometry Read-only property that gets the geometry that defines the shape of the connection. The returned collection is independent of the connector and any changes made to the contents of the collection will not affect the connector. To change the geometry or the shape of the connector use the SetShape method.
HasMotor Read-write property that gets and sets whether or not there is a motor associated with this connector.
HasMotorParameter Read-write property that gets and sets the HasMotor with Boolean value or parameter.
LoadClassification Read-write property that gets and sets the load classification associated with this connector.
LoadClassificationParameter Read-write property that gets and sets the load classification with expression or parameter.
NumberOfPoles Read-write property that gets and sets the number of poles associated with this connector. Valid values are 1, 2, or 3.
NumberOfPolesParameter Read-write property that gets and sets the number of poles with expression or parameter.
Origin Read-only property that returns the origin of the connector.
Parent Property that returns the parent BIMConnector that this definition is associated with. If the definition was created using one of the Create methods this property will return Nothing since the definition isn’t associated with a connector yet.
PowerFactor Read-write property that gets and sets the power factor associated with this connector.
PowerFactorParameter Read-write property that gets and sets the power factor with expression or parameter.
PowerFactorState Read-write property that gets and sets the power factor associated with this connector.
SystemType Read-write property that specifies the system type for this connector.
Type Returns an ObjectTypeEnum indicating this object's type.
Voltage Read-write property that gets and sets the voltage associated with this connector. The units of voltage is the Volt.
VoltageParameter Read-write property that gets and sets the voltage with expression or parameter.

Accessed From

BIMConnectors.CreateElectricalConnectorDefinition

Version

Introduced in version 2011

Was this information helpful?