GO2cam Javascript API  6.11
GO2SOblong Class Reference

Oblong object. More...

Inheritance diagram for GO2SOblong:
GO2SMultipleGeometry GO2SWireGeometry GO2SGeometry

Public Member Functions

 GO2SOblong ()
 Default constructor.
 
 GO2SOblong (GO2SXYZ pt1, GO2SXYZ pt2, Number radius)
 See GO2SOblong.SetFromPoints.
 
GO2SEnum::GO2SError SetFromCenter (GO2SXYZ pt, Number angle, Number len, Number radius)
 
GO2SEnum::GO2SError SetFromPoints (GO2SXYZ pt1, GO2SXYZ pt2, Number radius)
 
- Public Member Functions inherited from GO2SMultipleGeometry
Array< GO2SGeometryExplode ()
 
Number GetElementCount ()
 
GO2SXYZ GetFirstPoint () override
 
GO2SXYZ GetLastPoint () override
 
Number GetLength () override
 
GO2SXYZ GetNormalOnCurve (Number t) override
 
GO2SXYZ GetPositionOnCurve (Number t) override
 
GO2SXYZ GetProjPoint (GO2SXYZ point) override
 
Number GetT (GO2SXYZ point) override
 
GO2SXYZ GetTangentOnCurve (Number t) override
 
Boolean IsClose () override
 
- 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 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

Oblong object.

Remarks
Width is 2radius

Member Function Documentation

◆ SetFromCenter()

GO2SEnum::GO2SError GO2SOblong::SetFromCenter ( GO2SXYZ pt,
Number angle,
Number len,
Number radius )

Compute an oblong from a center

Returns
GO2SError.success (0) if success, see GO2SError otherwise
Parameters
[in]ptcenter point between the 2 oblong circles center
[in]angleangle between x axis and the oblong main axis (vector made by the 2 centers)
[in]lendistance between the 2 oblong circles center
[in]radiusradius of the oblong

◆ SetFromPoints()

GO2SEnum::GO2SError GO2SOblong::SetFromPoints ( GO2SXYZ pt1,
GO2SXYZ pt2,
Number radius )

Compute an oblong from two points and a radius

Returns
GO2SError.success (0) if success, see GO2SError otherwise
Parameters
[in]pt1First center of the oblong
[in]pt2second center of the oblong
[in]radiusradius of the oblong