C# Class CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_LineOn2S

Inheritance: Standard_Transient
显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Add ( IntSurf_PntOn2S P ) : void
Clear ( ) : void
InsertBefore ( int I, IntSurf_PntOn2S P ) : void
IntSurf_LineOn2S ( ) : System
IntSurf_LineOn2S ( IntSurf_LineOn2S parameter1 ) : System
IntSurf_LineOn2S ( NCollection_BaseAllocator theAllocator ) : System
IsOutBox ( gp_Pnt theP ) : bool
IsOutSurf1Box ( gp_Pnt2d theP ) : bool
IsOutSurf2Box ( gp_Pnt2d theP ) : bool
NbPoints ( ) : int
RemovePoint ( int I ) : void
Reverse ( ) : void
SetUV ( int Index, bool OnFirst, double U, double V ) : void
Split ( int Index ) : IntSurf_LineOn2S
Value ( int Index ) : IntSurf_PntOn2S
Value ( int Index, IntSurf_PntOn2S P ) : void
get_type_name ( ) : char

Method Details

Add() public method

public Add ( IntSurf_PntOn2S P ) : void
P IntSurf_PntOn2S
return void

Clear() public method

public Clear ( ) : void
return void

InsertBefore() public method

public InsertBefore ( int I, IntSurf_PntOn2S P ) : void
I int
P IntSurf_PntOn2S
return void

IntSurf_LineOn2S() public method

public IntSurf_LineOn2S ( ) : System
return System

IntSurf_LineOn2S() public method

public IntSurf_LineOn2S ( IntSurf_LineOn2S parameter1 ) : System
parameter1 IntSurf_LineOn2S
return System

IntSurf_LineOn2S() public method

public IntSurf_LineOn2S ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

IsOutBox() public method

public IsOutBox ( gp_Pnt theP ) : bool
theP gp_Pnt
return bool

IsOutSurf1Box() public method

public IsOutSurf1Box ( gp_Pnt2d theP ) : bool
theP gp_Pnt2d
return bool

IsOutSurf2Box() public method

public IsOutSurf2Box ( gp_Pnt2d theP ) : bool
theP gp_Pnt2d
return bool

NbPoints() public method

public NbPoints ( ) : int
return int

RemovePoint() public method

public RemovePoint ( int I ) : void
I int
return void

Reverse() public method

public Reverse ( ) : void
return void

SetUV() public method

public SetUV ( int Index, bool OnFirst, double U, double V ) : void
Index int
OnFirst bool
U double
V double
return void

Split() public method

public Split ( int Index ) : IntSurf_LineOn2S
Index int
return IntSurf_LineOn2S

Value() public method

public Value ( int Index ) : IntSurf_PntOn2S
Index int
return IntSurf_PntOn2S

Value() public method

public Value ( int Index, IntSurf_PntOn2S P ) : void
Index int
P IntSurf_PntOn2S
return void

get_type_name() public method

public get_type_name ( ) : char
return char