Skip to content

Overload_Rhino_Geometry_Curve_Contains

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Curve.Contains Method

Overload List

 

Name Description
Public method Contains(Point3d) Computes the relationship between a point and a closed curve region. This curve must be closed or the return value will be Unset. Both curve and point are projected to the World XY plane.
Public method Contains(Point3d, Plane) Computes the relationship between a point and a closed curve region. This curve must be closed or the return value will be Unset.
Public method Contains(Point3d, Plane, Double) Computes the relationship between a point and a closed curve region. This curve must be closed or the return value will be Unset.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

Clone this wiki locally