GO2cam Javascript API  6.11
GO2SEdge Class Reference

Class representing a single edge of a solid geometry. More...

Inheritance diagram for GO2SEdge:
GO2SReference

Public Member Functions

GO2SFace GetFace ()
GO2SXYZ GetFirstPoint ()
GO2SXYZ GetLastPoint ()
Number GetLength ()
Boolean IsCircular ()
Boolean IsClose ()
Boolean IsLinear ()
Public Member Functions inherited from GO2SReference
GO2SGeometry GetGeometry ()
Boolean IsOnEdge ()
Boolean IsOnFace ()
Boolean IsOnGeometry ()

Detailed Description

Class representing a single edge of a solid geometry.

Version
6.11.204

Member Function Documentation

◆ GetFace()

GO2SFace GO2SEdge::GetFace ( )
Returns
the face the edge is based on if applicable
Version
6.12

◆ GetFirstPoint()

GO2SXYZ GO2SEdge::GetFirstPoint ( )
Returns
the first vertex of the edge

◆ GetLastPoint()

GO2SXYZ GO2SEdge::GetLastPoint ( )
Returns
the last vertex of the edge

◆ GetLength()

Number GO2SEdge::GetLength ( )
Returns
the length of the edge

◆ IsCircular()

Boolean GO2SEdge::IsCircular ( )
Returns
if the edge is circular

◆ IsClose()

Boolean GO2SEdge::IsClose ( )
Returns
if the edge is closed

◆ IsLinear()

Boolean GO2SEdge::IsLinear ( )
Returns
if the edge is linear