View Issue Details

IDProjectCategoryView StatusLast Update
0032146CommunityOCCT:Modeling Datapublic2023-08-01 15:06
Reportereryar Assigned Tomsv 
PrioritynormalSeverityfeature 
Status newResolutionopen 
PlatformWindowsOSVC++ 2015 
Product Version7.6.0 
Target VersionUnscheduled 
Summary0032146: Modeling Data - Add Ellipsoid Surface Support
DescriptionEllipsoid parametric equation is similar to sphere:
x = a cos(u) sin(v)
y = b sin(u) sin(v)
z = c cos(v)

Now the modeling for Ellipsoid in opencascade is:
1 Make a sphere
2 Use BRepBuilderAPI_GTransform to scale the sphere, and the result is BSpline Surface.

Like Geom_SphericalSurface add a class Geom_EllipsoidSurface for Ellipsoid as elementary surface directly.
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-02-20 10:46 eryar New Issue
2021-02-20 10:46 eryar Assigned To => msv
2021-08-29 19:12 msv Target Version 7.6.0 => 7.7.0
2022-10-24 10:43 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:06 dpasukhi Target Version 7.8.0 => Unscheduled