View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032146 | Community | OCCT:Modeling Data | public | 2021-02-20 10:46 | 2023-08-01 15:06 |
Reporter | eryar | Assigned To | |||
Priority | normal | Severity | feature | ||
Status | new | Resolution | open | ||
Platform | Windows | OS | VC++ 2015 | ||
Product Version | 7.6.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0032146: Modeling Data - Add Ellipsoid Surface Support | ||||
Description | Ellipsoid 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. | ||||
Tags | No tags attached. | ||||
Test case number | |||||