|
Revision 2295, 1.2 KB
(checked in by janehu, 11 months ago)
|
|
Added section funtion on the readme file.
|
| Line | |
|---|
| 1 | GM on OCC6.3 capabilities |
|---|
| 2 | |
|---|
| 3 | 1. Query |
|---|
| 4 | |
|---|
| 5 | ⢠Import/Export OpenCascade b-rep files, create CGM geometry/topology entities. |
|---|
| 6 | |
|---|
| 7 | ⢠Import/Export OpenCascade b-rep plus CGM attribute files. |
|---|
| 8 | |
|---|
| 9 | ⢠Delete entities build on OCC engine. |
|---|
| 10 | |
|---|
| 11 | ⢠Translate/Rotate/Scale/Reflect objects. |
|---|
| 12 | |
|---|
| 13 | ⢠Detect body overlap |
|---|
| 14 | |
|---|
| 15 | ⢠Get iso-parametric points on surfaces and curves. |
|---|
| 16 | |
|---|
| 17 | ⢠Get curve-curve, curve-surface intersection points. |
|---|
| 18 | |
|---|
| 19 | ⢠Get distance between entities. |
|---|
| 20 | |
|---|
| 21 | ⢠Get bounding boxes for entities. |
|---|
| 22 | |
|---|
| 23 | 2. Modify |
|---|
| 24 | |
|---|
| 25 | ⢠Create CGM geometry entities using OpenCascade engine. Top-Down method: directly create points, curves, surfaces or solid primitives. |
|---|
| 26 | |
|---|
| 27 | ⢠Create CGM geometry entities using OpenCascade engine, Bottom-Up method: curve generates by points, surface generates by curves and solid generates by surfaces. |
|---|
| 28 | |
|---|
| 29 | ⢠Boolean operations: subtract, unite, intersect. |
|---|
| 30 | |
|---|
| 31 | ⢠Project curve on surface |
|---|
| 32 | |
|---|
| 33 | ⢠Imprint object: body-body imprint, surface-body imprint, curve-surface imprint. |
|---|
| 34 | |
|---|
| 35 | ⢠Make thick body by hollowing existing solid. |
|---|
| 36 | |
|---|
| 37 | ⢠Sweep surface or curve along a vector, an edge, perpendicularly or revolutionarily.(alpha testing) |
|---|
| 38 | |
|---|
| 39 | ⢠Section, cuts in half. To see a cross section of the model. |
|---|