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 | Determines whether the specified Object is equal to the current Object . (Inherited from Object .) | Object |
| GetHashCode | None | Serves as a hash function for a particular type. (Inherited from Object .) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object .) | Object |
| ToString | None | Returns a string that represents the current object. (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. |