C# Class CascadeSharp.TKMath.gp.gp_Torus

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Area ( ) : double
Axis ( ) : CascadeSharp.TKMath.gp.gp_Ax1
Coefficients ( TColStd_Array1OfReal Coef ) : void
Direct ( ) : bool
Location ( ) : gp_Pnt
MajorRadius ( ) : double
MinorRadius ( ) : double
Mirror ( CascadeSharp.TKMath.gp.gp_Ax1 A1 ) : void
Mirror ( CascadeSharp.TKMath.gp.gp_Ax2 A2 ) : void
Mirror ( gp_Pnt P ) : void
Mirrored ( CascadeSharp.TKMath.gp.gp_Ax1 A1 ) : gp_Torus
Mirrored ( CascadeSharp.TKMath.gp.gp_Ax2 A2 ) : gp_Torus
Mirrored ( gp_Pnt P ) : gp_Torus
Position ( ) : gp_Ax3
Rotate ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : void
Rotated ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : gp_Torus
Scale ( gp_Pnt P, double S ) : void
Scaled ( gp_Pnt P, double S ) : gp_Torus
SetAxis ( CascadeSharp.TKMath.gp.gp_Ax1 A1 ) : void
SetLocation ( gp_Pnt Loc ) : void
SetMajorRadius ( double MajorRadius ) : void
SetMinorRadius ( double MinorRadius ) : void
SetPosition ( gp_Ax3 A3 ) : void
Transform ( CascadeSharp.TKMath.gp.gp_Trsf T ) : void
Transformed ( CascadeSharp.TKMath.gp.gp_Trsf T ) : gp_Torus
Translate ( gp_Pnt P1, gp_Pnt P2 ) : void
Translate ( CascadeSharp.TKMath.gp.gp_Vec V ) : void
Translated ( gp_Pnt P1, gp_Pnt P2 ) : gp_Torus
Translated ( CascadeSharp.TKMath.gp.gp_Vec V ) : gp_Torus
UReverse ( ) : void
VReverse ( ) : void
Volume ( ) : double
XAxis ( ) : CascadeSharp.TKMath.gp.gp_Ax1
YAxis ( ) : CascadeSharp.TKMath.gp.gp_Ax1
gp_Torus ( ) : System
gp_Torus ( gp_Ax3 A3, double MajorRadius, double MinorRadius ) : System
gp_Torus ( gp_Torus parameter1 ) : System

Method Details

Area() public method

public Area ( ) : double
return double

Axis() public method

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

Coefficients() public method

public Coefficients ( TColStd_Array1OfReal Coef ) : void
Coef TColStd_Array1OfReal
return void

Direct() public method

public Direct ( ) : bool
return bool

Location() public method

public Location ( ) : gp_Pnt
return gp_Pnt

MajorRadius() public method

public MajorRadius ( ) : double
return double

MinorRadius() public method

public MinorRadius ( ) : double
return double

Mirror() public method

public Mirror ( CascadeSharp.TKMath.gp.gp_Ax1 A1 ) : void
A1 CascadeSharp.TKMath.gp.gp_Ax1
return void

Mirror() public method

public Mirror ( CascadeSharp.TKMath.gp.gp_Ax2 A2 ) : void
A2 CascadeSharp.TKMath.gp.gp_Ax2
return void

Mirror() public method

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

Mirrored() public method

public Mirrored ( CascadeSharp.TKMath.gp.gp_Ax1 A1 ) : gp_Torus
A1 CascadeSharp.TKMath.gp.gp_Ax1
return gp_Torus

Mirrored() public method

public Mirrored ( CascadeSharp.TKMath.gp.gp_Ax2 A2 ) : gp_Torus
A2 CascadeSharp.TKMath.gp.gp_Ax2
return gp_Torus

Mirrored() public method

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

Position() public method

public Position ( ) : gp_Ax3
return gp_Ax3

Rotate() public method

public Rotate ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : void
A1 CascadeSharp.TKMath.gp.gp_Ax1
Ang double
return void

Rotated() public method

public Rotated ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : gp_Torus
A1 CascadeSharp.TKMath.gp.gp_Ax1
Ang double
return gp_Torus

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_Torus
P gp_Pnt
S double
return gp_Torus

SetAxis() public method

public SetAxis ( CascadeSharp.TKMath.gp.gp_Ax1 A1 ) : void
A1 CascadeSharp.TKMath.gp.gp_Ax1
return void

SetLocation() public method

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

SetMajorRadius() public method

public SetMajorRadius ( double MajorRadius ) : void
MajorRadius double
return void

SetMinorRadius() public method

public SetMinorRadius ( double MinorRadius ) : void
MinorRadius double
return void

SetPosition() public method

public SetPosition ( gp_Ax3 A3 ) : void
A3 gp_Ax3
return void

Transform() public method

public Transform ( CascadeSharp.TKMath.gp.gp_Trsf T ) : void
T CascadeSharp.TKMath.gp.gp_Trsf
return void

Transformed() public method

public Transformed ( CascadeSharp.TKMath.gp.gp_Trsf T ) : gp_Torus
T CascadeSharp.TKMath.gp.gp_Trsf
return gp_Torus

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 ( CascadeSharp.TKMath.gp.gp_Vec V ) : void
V CascadeSharp.TKMath.gp.gp_Vec
return void

Translated() public method

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

Translated() public method

public Translated ( CascadeSharp.TKMath.gp.gp_Vec V ) : gp_Torus
V CascadeSharp.TKMath.gp.gp_Vec
return gp_Torus

UReverse() public method

public UReverse ( ) : void
return void

VReverse() public method

public VReverse ( ) : void
return void

Volume() public method

public Volume ( ) : double
return double

XAxis() public method

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

YAxis() public method

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

gp_Torus() public method

public gp_Torus ( ) : System
return System

gp_Torus() public method

public gp_Torus ( gp_Ax3 A3, double MajorRadius, double MinorRadius ) : System
A3 gp_Ax3
MajorRadius double
MinorRadius double
return System

gp_Torus() public method

public gp_Torus ( gp_Torus parameter1 ) : System
parameter1 gp_Torus
return System