|
Public Member Functions |
Standard_EXPORT | IntSurf_LineOn2S () |
void | Add (const IntSurf_PntOn2S &P) |
| Adds a point in the line.
.
|
Standard_Integer | NbPoints () const |
| Returns the number of points in the line.
.
|
const IntSurf_PntOn2S & | Value (const Standard_Integer Index) const |
| Returns the point of range Index in the line.
.
|
void | Reverse () |
| Reverses the order of points of the line.
.
|
Standard_EXPORT Handle_IntSurf_LineOn2S | Split (const Standard_Integer Index) |
| Keeps in <me> the points 1 to Index-1, and returns
the items Index to the end.
.
|
void | Value (const Standard_Integer Index, const IntSurf_PntOn2S &P) |
| Replaces the point of range Index in the line.
.
|
void | SetUV (const Standard_Integer Index, const Standard_Boolean OnFirst, const Standard_Real U, const Standard_Real V) |
| Sets the parametric coordinates on one of the surfaces
of the point of range Index in the line.
.
|
void | Clear () |
Standard_EXPORT void | InsertBefore (const Standard_Integer I, const IntSurf_PntOn2S &P) |
Standard_EXPORT void | RemovePoint (const Standard_Integer I) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
IntSurf_SequenceOfPntOn2S | mySeq |