What is the purpose of converting this NURBS surface on export?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A G2 fillet between 2 planar faces results in a procedurally-calculated surface with an associated NURBS surface that is degree 4 with knot multiplicities [5,1,5] in the fillet direction (per the API). As expected for G2, the 3 rows of control points on each side are coplanar their respective planar face.
When exported to STEP, IGES, or ACIS, the fillet direction of the NURBS surface is converted to degree 3 with knot multiplicities [4,1,1,1,1,1,1,4]. The 3rd row of control points on each side are slightly not coplanar with their respective planar face.
What is the purpose of exporting an approximation of the NURBS surface that is associated with the fillet?
Green faces are the original fillet, red faces are the export-to-STEP-import, each with sketch points at surface control point locations of the fillets:
Surface of green fillet face:
Surface type: Nurbs
Degrees (U x V): 4 x 3
CP Counts (U x V): 6 x 7
KnotsU Count:11 SpanCt:2 Multiplicities: 5,1,5
[0,4]0.000 [5]0.500 [6,10]1.000 Deltas:0.500
KnotsV Count:11 SpanCt:2 Multiplicities: 4,3,4
[0,3]-10.000 [4,6]0.000 [7,10]10.000 Deltas:10.000
Weights: None
Properties (U x V): Open x Open
Surface of red translated fillet face:
Surface type: Nurbs
Degrees (U x V): 3 x 1
CP Counts (U x V): 10 x 2
KnotsU Count:14 SpanCt:7 Multiplicities: 4,1,1,1,1,1,1,4
[0,3]0.000 [4]0.143 [5]0.286 [6]0.429 [7]0.571 [8]0.714 [9]0.857 [10,13]1.000 Deltas:0.143
KnotsV Count:4 SpanCt:1 Multiplicities: 2,2
[0,1]0.000 [2,3]20.000 Deltas:20.000
Weights: None
Properties (U x V): Open x Open
Thank you,
Steve