IntersectionResult
Description:
This class captures results of intersecting geometric entities. "Intersecting" is meant in generalized sense, so the same class will be used for projection, containment, etc.
This class captures results of intersecting geometric entities. "Intersecting" is meant in generalized sense, so the same class will be used for projection, containment, etc.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.IntersectionResult
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.IntersectionResult
public class IntersectionResult : APIObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IntersectionResult() | None | Initializes a new instance of the class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Distance | double | Distance from the original object to located point. | |
| EdgeObject | Edge | Edge of the face close to the point of intersection. | |
| EdgeParameter | double | Parameter of a point on the edge closest to the point of intersection. | |
| Parameter | double | 1d parameter of the point of intersection. | |
| UVPoint | UV | 2d (or two 1d) parameters of the point of intersection. | |
| XYZPoint | XYZ | Point of intersection in local 3d coordinates. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |