Message 1 of 4
getIsoCurve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi TF360,
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object.returnValue = surfaceEvaluator_var.getIsoCurve(parameter, isUDirection) |
The docs state:
isUDirection | boolean | A bool that indicates whether to extract the curve from the U or V direction |
The description is ... well a little bit ambiguous ...
I deduce(d) that when isUDirection=True, the function produces U-iso-slice.
Observation is different ..., particularly in the context of :
returnValue = surfaceEvaluator_var.parametricRange()
BoundingBox2D | Returns the bounding box with the parameter extents, with the X value being the U range, and the Y value being the V range. |
What is U range, ... value in the U direction or parameter range of U-iso-slice?
The clarification by the F360 expert(s) will be highly appreciated.
Regards
MichaelT
MichaelT