C# Class CascadeSharp.TKGeomBase.ProjLib.ProjLib_Sphere

Inheritance: ProjLib_Projector
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Init ( gp_Sphere Sp ) : void
ProjLib_Sphere ( ) : System
ProjLib_Sphere ( ProjLib_Sphere parameter1 ) : System
ProjLib_Sphere ( gp_Sphere Sp ) : System
ProjLib_Sphere ( gp_Sphere Sp, gp_Circ C ) : System
Project ( gp_Circ C ) : void
Project ( gp_Elips E ) : void
Project ( gp_Hypr H ) : void
Project ( gp_Lin L ) : void
Project ( gp_Parab P ) : void
SetInBounds ( double U ) : void

Method Details

Init() public method

public Init ( gp_Sphere Sp ) : void
Sp gp_Sphere
return void

ProjLib_Sphere() public method

public ProjLib_Sphere ( ) : System
return System

ProjLib_Sphere() public method

public ProjLib_Sphere ( ProjLib_Sphere parameter1 ) : System
parameter1 ProjLib_Sphere
return System

ProjLib_Sphere() public method

public ProjLib_Sphere ( gp_Sphere Sp ) : System
Sp gp_Sphere
return System

ProjLib_Sphere() public method

public ProjLib_Sphere ( gp_Sphere Sp, gp_Circ C ) : System
Sp gp_Sphere
C gp_Circ
return System

Project() public method

public Project ( gp_Circ C ) : void
C gp_Circ
return void

Project() public method

public Project ( gp_Elips E ) : void
E gp_Elips
return void

Project() public method

public Project ( gp_Hypr H ) : void
H gp_Hypr
return void

Project() public method

public Project ( gp_Lin L ) : void
L gp_Lin
return void

Project() public method

public Project ( gp_Parab P ) : void
P gp_Parab
return void

SetInBounds() public method

public SetInBounds ( double U ) : void
U double
return void