Méthode | Description | |
---|---|---|
Intersect ( Canguro model, |
||
Intersect ( Canguro model, IList |
||
Join ( Canguro model, IList |
Finds repeated Joints and Line Elements and deletes them. Deletes only Items in the parameters and keeps the Item with the smallest ID.
|
|
RepairJoints ( Canguro model ) : void |
Detects inconsistencies in the model and repairs them. If a line is connected to a joint outside the model, it's added (if ID is free) or changed (if a joint with same ID exists).
|
|
Run ( Canguro services ) : void |
Executes the command. Executes Join with all the Items and asks to renumber the JointList and LineList objects.
|
Méthode | Description | |
---|---|---|
equals ( |
||
equals ( Joint j, Joint i ) : bool | ||
equals ( |
public static Intersect ( Canguro model, |
||
model | Canguro | |
l1 | ||
l2 | ||
Résultat | Joint |
public static Intersect ( Canguro model, IList |
||
model | Canguro | |
joints | IList |
|
lines | IList |
|
Résultat | void |
public static Join ( Canguro model, IList |
||
model | Canguro | The Model object |
joints | IList |
List of Joints to check |
lines | IList |
List of Line Elements to check |
areas | IList |
List of Area Elements to check |
Résultat | void |
public static RepairJoints ( Canguro model ) : void | ||
model | Canguro | |
Résultat | void |
public Run ( Canguro services ) : void | ||
services | Canguro | CommandServices object to interact with the system |
Résultat | void |