Version: 9.12.0
VISCOUS_2D::_Segment Struct Reference

Segment connecting inner ends of two _LayerEdge's. More...

Public Member Functions

 _Segment ()
 
 _Segment (const gp_XY &p1, const gp_XY &p2)
 
const gp_XY & p1 () const
 
const gp_XY & p2 () const
 

Data Fields

const gp_XY * _uv [2]
 
int _indexInLine
 

Detailed Description

Segment connecting inner ends of two _LayerEdge's.

Constructor & Destructor Documentation

◆ _Segment() [1/2]

VISCOUS_2D::_Segment::_Segment ( )

◆ _Segment() [2/2]

VISCOUS_2D::_Segment::_Segment ( const gp_XY &  p1,
const gp_XY &  p2 
)

Member Function Documentation

◆ p1()

const gp_XY& VISCOUS_2D::_Segment::p1 ( ) const

◆ p2()

const gp_XY& VISCOUS_2D::_Segment::p2 ( ) const

Field Documentation

◆ _indexInLine

int VISCOUS_2D::_Segment::_indexInLine

◆ _uv