Skip to content

Commit c9be06a

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#189)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld02>
1 parent 6c78010 commit c9be06a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ansys/api/geometry/v0/models.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ message Surface {
624624
double minor_radius = 5;
625625
Direction reference = 6;
626626
Direction axis = 7;
627+
NurbsSurface nurbs_surface = 8;
627628
}
628629

629630
message TrimmedSurface {
@@ -654,6 +655,15 @@ message NurbsData{
654655
int32 order = 5;
655656
}
656657

658+
message NurbsSurface {
659+
repeated ControlPoint control_points = 1;
660+
NurbsData nurbs_data_u = 2;
661+
NurbsData nurbs_data_v = 3;
662+
bool is_rational = 4;
663+
Parameterization parameterization_u = 5;
664+
Parameterization parameterization_v = 6;
665+
}
666+
657667
message Knot{
658668
int32 multiplicity = 1;
659669
double parameter = 2;

0 commit comments

Comments
 (0)