C# Class CascadeSharp.TKMath.gp.gp_Parab

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Axis ( ) : CascadeSharp.TKMath.gp.gp_Ax1
Directrix ( ) : gp_Ax1
Focal ( ) : double
Focus ( ) : gp_Pnt
Location ( ) : gp_Pnt
Mirror ( gp_Ax1 A1 ) : void
Mirror ( gp_Ax2 A2 ) : void
Mirror ( gp_Pnt P ) : void
Mirrored ( gp_Ax1 A1 ) : gp_Parab
Mirrored ( gp_Ax2 A2 ) : gp_Parab
Mirrored ( gp_Pnt P ) : gp_Parab
Parameter ( ) : double
Position ( ) : gp_Ax2
Rotate ( gp_Ax1 A1, double Ang ) : void
Rotated ( gp_Ax1 A1, double Ang ) : gp_Parab
Scale ( gp_Pnt P, double S ) : void
Scaled ( gp_Pnt P, double S ) : gp_Parab
SetAxis ( gp_Ax1 A1 ) : void
SetFocal ( double Focal ) : void
SetLocation ( gp_Pnt P ) : void
SetPosition ( gp_Ax2 A2 ) : void
Transform ( gp_Trsf T ) : void
Transformed ( gp_Trsf T ) : gp_Parab
Translate ( gp_Pnt P1, gp_Pnt P2 ) : void
Translate ( gp_Vec V ) : void
Translated ( gp_Pnt P1, gp_Pnt P2 ) : gp_Parab
Translated ( gp_Vec V ) : gp_Parab
XAxis ( ) : gp_Ax1
YAxis ( ) : gp_Ax1
gp_Parab ( ) : System
gp_Parab ( gp_Ax1 D, gp_Pnt F ) : System
gp_Parab ( gp_Ax2 A2, double Focal ) : System
gp_Parab ( gp_Parab parameter1 ) : System

Method Details

Axis() public method

public Axis ( ) : CascadeSharp.TKMath.gp.gp_Ax1
return CascadeSharp.TKMath.gp.gp_Ax1

Directrix() public method

public Directrix ( ) : gp_Ax1
return gp_Ax1

Focal() public method

public Focal ( ) : double
return double

Focus() public method

public Focus ( ) : gp_Pnt
return gp_Pnt

Location() public method

public Location ( ) : gp_Pnt
return gp_Pnt

Mirror() public method

public Mirror ( gp_Ax1 A1 ) : void
A1 gp_Ax1
return void

Mirror() public method

public Mirror ( gp_Ax2 A2 ) : void
A2 gp_Ax2
return void

Mirror() public method

public Mirror ( gp_Pnt P ) : void
P gp_Pnt
return void

Mirrored() public method

public Mirrored ( gp_Ax1 A1 ) : gp_Parab
A1 gp_Ax1
return gp_Parab

Mirrored() public method

public Mirrored ( gp_Ax2 A2 ) : gp_Parab
A2 gp_Ax2
return gp_Parab

Mirrored() public method

public Mirrored ( gp_Pnt P ) : gp_Parab
P gp_Pnt
return gp_Parab

Parameter() public method

public Parameter ( ) : double
return double

Position() public method

public Position ( ) : gp_Ax2
return gp_Ax2

Rotate() public method

public Rotate ( gp_Ax1 A1, double Ang ) : void
A1 gp_Ax1
Ang double
return void

Rotated() public method

public Rotated ( gp_Ax1 A1, double Ang ) : gp_Parab
A1 gp_Ax1
Ang double
return gp_Parab

Scale() public method

public Scale ( gp_Pnt P, double S ) : void
P gp_Pnt
S double
return void

Scaled() public method

public Scaled ( gp_Pnt P, double S ) : gp_Parab
P gp_Pnt
S double
return gp_Parab

SetAxis() public method

public SetAxis ( gp_Ax1 A1 ) : void
A1 gp_Ax1
return void

SetFocal() public method

public SetFocal ( double Focal ) : void
Focal double
return void

SetLocation() public method

public SetLocation ( gp_Pnt P ) : void
P gp_Pnt
return void

SetPosition() public method

public SetPosition ( gp_Ax2 A2 ) : void
A2 gp_Ax2
return void

Transform() public method

public Transform ( gp_Trsf T ) : void
T gp_Trsf
return void

Transformed() public method

public Transformed ( gp_Trsf T ) : gp_Parab
T gp_Trsf
return gp_Parab

Translate() public method

public Translate ( gp_Pnt P1, gp_Pnt P2 ) : void
P1 gp_Pnt
P2 gp_Pnt
return void

Translate() public method

public Translate ( gp_Vec V ) : void
V gp_Vec
return void

Translated() public method

public Translated ( gp_Pnt P1, gp_Pnt P2 ) : gp_Parab
P1 gp_Pnt
P2 gp_Pnt
return gp_Parab

Translated() public method

public Translated ( gp_Vec V ) : gp_Parab
V gp_Vec
return gp_Parab

XAxis() public method

public XAxis ( ) : gp_Ax1
return gp_Ax1

YAxis() public method

public YAxis ( ) : gp_Ax1
return gp_Ax1

gp_Parab() public method

public gp_Parab ( ) : System
return System

gp_Parab() public method

public gp_Parab ( gp_Ax1 D, gp_Pnt F ) : System
D gp_Ax1
F gp_Pnt
return System

gp_Parab() public method

public gp_Parab ( gp_Ax2 A2, double Focal ) : System
A2 gp_Ax2
Focal double
return System

gp_Parab() public method

public gp_Parab ( gp_Parab parameter1 ) : System
parameter1 gp_Parab
return System