Share

BIMConnectorDefinition Object


Description

BIMConnectorDefinition 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
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.
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.
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.
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.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

BIMConnector.Definition

Derived Classes

BIMCableTrayConnectorDefinition, BIMConduitConnectorDefinition, BIMDuctConnectorDefinition, BIMElectricalConnectorDefinition, BIMPipeConnectorDefinition

Version

Introduced in version 2011

Was this information helpful?