Computes the relationship between a point and a closed curve region. This curve must be closed or the return value will be Unset. Contains(Point3d testPoint, Plane plane) Computes the relationship between a point and a closed curve region. This curve must be closed or the return value will...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} This repository has been archived by the owner on May 16, 2023. It is now read-only. louipc / opennurbs Public archive Notifications You must be signed in to change notification settings Fork 25 Star 51 ...
ON_Curve*&, // left portion returned here (must be an ON_NurbsCurve) ON_Curve*& // right portion returned here (must be an ON_NurbsCurve) ) const; int GetNurbForm( // returns 0: unable to create NURBS representation // with desired accuracy./...
(must be an ON_NurbsCurve) ON_Curve*& right_crv // right portion returned here (must be an ON_NurbsCurve) ) const { int i; ON_BOOL32 rc = false; if ( left_crv && !ON_NurbsCurve::Cast(left_crv) ) return false; if ( right_crv && !ON_NurbsCurve::Cast(right_crv) ) return...
Closed curve(Boolean) - creates a closed (periodic) curve Curve reference(QLV: Mate connector) - the overall CSYS reference for the curve. If left empty the reference will be the Part Studio origin, Selected point(READ ONLY) - shows the index/ID of the current se...
Provides CAD, CAM, CAE, and computer graphics software developers the tools to accurately transfer 3-D geometry between applications. Old mirror of Rhino C++ openNURBS SDK. New development at https://github.com/mcneel/opennurbs - opennurbs/opennurbs_arcc