Intermediate class for solid geometry. More...
Intermediate class for solid geometry.
|
inline |
Given a direction, creates a projection silhouette from the solid or mesh.
[in] | direction | Direction of the silhouette generated from the object |
[in] | altitude | Change position of the silhouette generated in the given direction. |
[in] | tolerance |
GO2SMultipleGeometry GO2SSolidGeometry::CreateSilhouetteRevolution | ( | GO2SXYZ | direction, |
GO2SEnum::GO2SSilhouetteType | type, | ||
Number | tolerance ) |
Given a direction, creates a revolution silhouette from a Solid.
[in] | direction | Direction of the silhouette generated from the object |
[in] | type | Revoution type. See GO2SEnum::GO2SSilhouetteType |
[in] | tolerance |
|
inline |
Given a direction, creates a slice on the solid at a given altitude.
[in] | direction | Direction of the silhouette generated from the object |
[in] | altitude | Change position of the silhouette generated in the given direction. |
[in] | tolerance |
GO2SGeometry GO2SSolidGeometry::ExtractEdge | ( | GO2SEdge | edge, |
Number | tol = 0.01 ) |
Extract a curve from an edge of a solid.
[in] | edge | |
[in] | tol | maximum deviation between edge and created curve |
[in] | dir1 | first direction in which the extrema is computed |
[in] | dir2 | second direction in which the extrema is computed |
[in] | dir3 | third direction in which the extrema is computed |
GO2SMatrix GO2SSolidGeometry::GetPrincipalAxes | ( | ) |
Number GO2SSolidGeometry::GetSurface | ( | ) |
Number GO2SSolidGeometry::GetVolume | ( | ) |
GO2SMesh GO2SSolidGeometry::ToMesh | ( | Number | tol = 0.1 | ) |
Transform a solid (BRep) entity into a mesh
[in] | tol | the tolerance for surfaces discretization |