Méthode | Description | |
---|---|---|
Detector ( Document rvtDoc ) : System |
Constructor, initialize all the fields.
|
|
Obstructions ( Autodesk origin, Autodesk dir ) : List |
Return all the obstructions which intersect with a ray given by an origin and a direction.
|
|
Obstructions ( System.Line boundLine ) : List |
Return all the obstructions which intersect with a bound line.
|
Méthode | Description | |
---|---|---|
CompareReferencesWithContext ( ReferenceWithContext a, ReferenceWithContext b ) : int |
Used to compare two references, just compare their ProximityParameter.
|
|
InArray ( List |
Judge whether a given Reference is in a Reference list. Give two References, if their Proximity and Element Id is equal, we say the two reference is equal.
|
public Detector ( Document rvtDoc ) : System | ||
rvtDoc | Document | Revit Document |
Résultat | System |
public Obstructions ( Autodesk origin, Autodesk dir ) : List |
||
origin | Autodesk | Ray's origin |
dir | Autodesk | Ray's direction |
Résultat | List |
public Obstructions ( System.Line boundLine ) : List |
||
boundLine | System.Line | Bound line |
Résultat | List |