<Code Lib>
2024 Class
Changes 0
C

SolidCurveIntersectionOptions

Description:
This class contains the options used to calculate the intersection between a solid and a curve.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.SolidCurveIntersectionOptions

public class SolidCurveIntersectionOptions : IDisposable

Name Return Type Description
C SolidCurveIntersectionOptions() SolidCurveIntersectionOptions Constructs a new SolidCurveIntersectionMode with default settings.

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P ResultType SolidCurveIntersectionMode The type of results expected by the calculation. The default is CurveSegmentsInside.

Loading…