GO2cam Javascript API  6.11
GO2SSolidGeometry Class Reference

Intermediate class for solid geometry. More...

Inheritance diagram for GO2SSolidGeometry:
GO2SGeometry GO2SStock T_GO2SSolid< TShape, TExtrusion, TRevol, TBool, TFaceCompute > GO2SMesh GO2SSolid

Public Member Functions

GO2SMultipleGeometry CreateSilhouette (GO2SXYZ direction, Number altitude, Number tolerance=0.01)
 
GO2SMultipleGeometry CreateSilhouetteRevolution (GO2SXYZ direction, GO2SEnum::GO2SSilhouetteType type, Number tolerance)
 Given a direction, creates a revolution silhouette from a Solid.
 
GO2SMultipleGeometry CreateSlice (GO2SXYZ direction, Number altitude, Number tolerance=0.01)
 Given a direction, creates a slice on the solid at a given altitude.
 
GO2SGeometry ExtractEdge (GO2SEdge edge, Number tol=0.01)
 Extract a curve from an edge of a solid.
 
GO2SXYZ GetExtrema (GO2SXYZ dir1, GO2SXYZ dir2, GO2SXYZ dir3)
 
GO2SMatrix GetPrincipalAxes ()
 
Number GetSurface ()
 
Number GetVolume ()
 
GO2SMesh ToMesh (Number tol=0.1)
 
- Public Member Functions inherited from GO2SGeometry
GO2SEnum::GO2SError ChangePlane (Number plane)
 
GO2SGeometry Copy ()
 
GO2SEnum::GO2SError Delete ()
 
Array< GO2SXYZDiscretize (Number accuracy=0.01)
 
Boolean Equals (GO2SGeometry other)
 
Array< GO2SXYZGetBoundingBox ()
 
Number GetColor ()
 
Array< GO2SEnum::GO2SParamGetEditableParams ()
 
Number GetLayer ()
 
Number GetLineType ()
 
Number GetLineWidth ()
 
String GetName ()
 
Number GetParam (GO2SEnum::GO2SParam param)
 
GO2SGeometry GetParent ()
 
Number GetPlane ()
 
GO2SXYZ GetPosition ()
 
Boolean IsCircular ()
 
Boolean IsLinear ()
 
Boolean IsMesh ()
 
Boolean IsParamEditable (GO2SEnum::GO2SParam param)
 
Boolean IsPoint ()
 
Boolean IsPositionEditable ()
 
Boolean IsSolid ()
 
Boolean IsValid ()
 
Boolean IsVisible ()
 
Boolean IsWireframe ()
 
GO2SGeometry Rotated (GO2SXYZ xyz, Number angle, Boolean xyzDir)
 
GO2SEnum::GO2SError SetColor (Number color)
 
GO2SEnum::GO2SError SetLayer (Number layer)
 
GO2SEnum::GO2SError SetLineType (ELineType type)
 
GO2SEnum::GO2SError SetLineWidth (Number width)
 
GO2SEnum::GO2SError SetName (String p1)
 
GO2SEnum::GO2SError SetParam (GO2SEnum::GO2SParam param, Number value)
 
GO2SEnum::GO2SError SetPlane (Number plane)
 
GO2SEnum::GO2SError SetPolarPosition (Number radius, Number angle, Number altitude=0)
 
GO2SEnum::GO2SError SetPosition (GO2SXYZpos)
 
GO2SEnum::GO2SError SetPosition (Number x, Number y, Number z)
 
GO2SEnum::GO2SError SetVisible (Boolean visibility)
 
String toString ()
 
GO2SEnum::GO2SError Transform (GO2SMatrix matrix)
 
GO2SGeometry Transformed (GO2SMatrix matrix)
 
GO2SGeometry Translated (GO2SXYZ origin, GO2SXYZ p)
 

Detailed Description

Intermediate class for solid geometry.

Member Function Documentation

◆ CreateSilhouette()

GO2SMultipleGeometry GO2SSolidGeometry::CreateSilhouette ( GO2SXYZ direction,
Number altitude,
Number tolerance = 0.01 )
inline

Given a direction, creates a projection silhouette from the solid or mesh.

// create a solid sphere
let solid = GO2SSolidCreate.Sphere(new GO2SXYZ(-50,0,0), 50)
// create a mesh sphere
let mesh = GO2SMeshCreate.Sphere(new GO2SXYZ(50,0,0), 50)
// create the silhouette of the objects along Z axis at z=20
let axis = new GO2SXYZ(0,0,1)
solid.CreateSilhouette(axis, 20)
mesh.CreateSilhouette(axis, 20)
Parameters
[in]directionDirection of the silhouette generated from the object
[in]altitudeChange position of the silhouette generated in the given direction.
[in]tolerance

◆ CreateSilhouetteRevolution()

GO2SMultipleGeometry GO2SSolidGeometry::CreateSilhouetteRevolution ( GO2SXYZ direction,
GO2SEnum::GO2SSilhouetteType type,
Number tolerance )

Given a direction, creates a revolution silhouette from a Solid.

Parameters
[in]directionDirection of the silhouette generated from the object
[in]typeRevoution type. See GO2SEnum::GO2SSilhouetteType
[in]tolerance

◆ CreateSlice()

GO2SMultipleGeometry GO2SSolidGeometry::CreateSlice ( GO2SXYZ direction,
Number altitude,
Number tolerance = 0.01 )
inline

Given a direction, creates a slice on the solid at a given altitude.

Parameters
[in]directionDirection of the silhouette generated from the object
[in]altitudeChange position of the silhouette generated in the given direction.
[in]tolerance

◆ ExtractEdge()

GO2SGeometry GO2SSolidGeometry::ExtractEdge ( GO2SEdge edge,
Number tol = 0.01 )

Extract a curve from an edge of a solid.

Parameters
[in]edge
[in]tolmaximum deviation between edge and created curve

◆ GetExtrema()

GO2SXYZ GO2SSolidGeometry::GetExtrema ( GO2SXYZ dir1,
GO2SXYZ dir2,
GO2SXYZ dir3 )
Returns
the extrema of of a solid in a given set of directions
Version
6.12
Parameters
[in]dir1first direction in which the extrema is computed
[in]dir2second direction in which the extrema is computed
[in]dir3third direction in which the extrema is computed

◆ GetPrincipalAxes()

GO2SMatrix GO2SSolidGeometry::GetPrincipalAxes ( )
Returns
the principal axes matrix, with the axes as X, Y and Zand the center of mass as the position
Version
6.12

◆ GetSurface()

Number GO2SSolidGeometry::GetSurface ( )
Returns
the surface of the solid entity

◆ GetVolume()

Number GO2SSolidGeometry::GetVolume ( )
Returns
the volume of the solid entity

◆ ToMesh()

GO2SMesh GO2SSolidGeometry::ToMesh ( Number tol = 0.1)

Transform a solid (BRep) entity into a mesh

Returns
a new mesh entity
Parameters
[in]tolthe tolerance for surfaces discretization