IntersectionResult
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) | APIObject |
| Equals | None | (Inherited from Object .) | Object . |
| GetHashCode | None | (Inherited from Object .) | Object . |
| GetType | None | (Inherited from Object .) | Object . |
| ToString | None | (Inherited from Object .) | Object . |
| 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. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject .) | APIObject |
| 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. |