ConnectorElement.CreateDuctConnector(Document, DuctSystemType, ConnectorProfileType, Reference, Edge)
Method
Description:
Create a new duct ConnectorElement.
Create a new duct ConnectorElement.
Remarks:
Regenerates the document.
Regenerates the document.
Syntax
public static ConnectorElement CreateDuctConnector(
Document document,
DuctSystemType ductSystemType,
ConnectorProfileType profileShape,
Reference planarFace,
Edge edge
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document to add the connector to. |
| ductSystemType | DuctSystemType | The DuctSystemType of the connector. |
| profileShape | ConnectorProfileType | The profile shape of the duct. |
| planarFace | Reference | The planar face to place the connector on. |
| edge | Edge | One of the edges in the edge loop that defines the connector location on the planar face. |
Return Value
| Type | Description |
|---|---|
| ConnectorElement | The duct ConnectorElement. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The reference is not a planar face. -or- document is not a family document. -or- Thrown when the edge does not belong to the face. |
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
| InvalidOperationException | Connector creation is not allowed in this family. |