메소드 | 설명 | |
---|---|---|
AddElementToCircuit ( ) : void |
Add an element to circuit
|
|
CircuitOperationData ( ExternalCommandData commandData ) : System |
Constructor
|
|
CreatePowerCircuit ( ) : void |
Create a power circuit with selected elements
|
|
DisconnectPanel ( ) : void |
Disconnect panel for selected circuit
|
|
EditCircuit ( ) : void |
Dispatch operations of editing circuit
|
|
Operate ( ) : void |
Dispatch operations
|
|
RemoveElementFromCircuit ( ) : void |
Remove an element from selected circuit
|
|
SelectCircuit ( int index ) : void |
Get selected index from circuit selecting form and locate expected circuit
|
|
SelectCurrentCircuit ( ) : void |
Select created/modified/selected electrical system
|
|
SelectPanel ( ) : void |
Select a panel for selected circuit
|
|
ShowCircuit ( int index ) : void |
Get selected index from circuit selecting form and show the circuit in the center of screen by moving the view.
|
메소드 | 설명 | |
---|---|---|
CollectCircuitInfo ( ) : void |
Get common circuits contain all selected elements
|
|
CollectConnectorInfo ( ) : void |
Verify if all selected elements have unused connectors
|
|
IsElementBelongsToCircuit ( MEPModel mepModel, ElectricalSystem selectedElectricalSystem ) : bool | ||
ShowErrorMessage ( String message ) : void |
Show message box with specified string
|
|
VerifyUnusedConnectors ( FamilyInstance fi ) : bool |
Verify if the family instance has usable connectors
|
public CircuitOperationData ( ExternalCommandData commandData ) : System | ||
commandData | ExternalCommandData | Revit's external commandData |
리턴 | System |
public SelectCircuit ( int index ) : void | ||
index | int | Index of selected item in circuit selecting form |
리턴 | void |
public ShowCircuit ( int index ) : void | ||
index | int | Index of selected item in circuit selecting form |
리턴 | void |