SolidCurveIntersectionOptions
Description:
This class contains the options used to calculate the intersection between a solid and a curve.
This class contains the options used to calculate the intersection between a solid and a curve.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.SolidCurveIntersectionOptions
System.Object
Autodesk.Revit.DB.SolidCurveIntersectionOptions
public class SolidCurveIntersectionOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| SolidCurveIntersectionOptions() | None | Constructs a new SolidCurveIntersectionMode with default settings. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| ResultType | SolidCurveIntersectionMode | The type of results expected by the calculation. The default is CurveSegmentsInside. |