C# Class CascadeSharp.TKMath.gp.gp_Circ

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Area ( ) : double
Axis ( ) : CascadeSharp.TKMath.gp.gp_Ax1
Contains ( gp_Pnt P, double LinearTolerance ) : bool
Distance ( gp_Pnt P ) : double
Length ( ) : double
Location ( ) : gp_Pnt
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_Circ
Mirrored ( CascadeSharp.TKMath.gp.gp_Ax2 A2 ) : gp_Circ
Mirrored ( gp_Pnt P ) : gp_Circ
Position ( ) : CascadeSharp.TKMath.gp.gp_Ax2
Radius ( ) : double
Rotate ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : void
Rotated ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : gp_Circ
Scale ( gp_Pnt P, double S ) : void
Scaled ( gp_Pnt P, double S ) : gp_Circ
SetAxis ( CascadeSharp.TKMath.gp.gp_Ax1 A1 ) : void
SetLocation ( gp_Pnt P ) : void
SetPosition ( CascadeSharp.TKMath.gp.gp_Ax2 A2 ) : void
SetRadius ( double Radius ) : void
SquareDistance ( gp_Pnt P ) : double
Transform ( CascadeSharp.TKMath.gp.gp_Trsf T ) : void
Transformed ( CascadeSharp.TKMath.gp.gp_Trsf T ) : gp_Circ
Translate ( gp_Pnt P1, gp_Pnt P2 ) : void
Translate ( CascadeSharp.TKMath.gp.gp_Vec V ) : void
Translated ( gp_Pnt P1, gp_Pnt P2 ) : gp_Circ
Translated ( CascadeSharp.TKMath.gp.gp_Vec V ) : gp_Circ
XAxis ( ) : CascadeSharp.TKMath.gp.gp_Ax1
YAxis ( ) : CascadeSharp.TKMath.gp.gp_Ax1
gp_Circ ( ) : System
gp_Circ ( CascadeSharp.TKMath.gp.gp_Ax2 A2, double Radius ) : System
gp_Circ ( gp_Circ 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

Contains() public method

public Contains ( gp_Pnt P, double LinearTolerance ) : bool
P gp_Pnt
LinearTolerance double
return bool

Distance() public method

public Distance ( gp_Pnt P ) : double
P gp_Pnt
return double

Length() public method

public Length ( ) : double
return double

Location() public method

public Location ( ) : gp_Pnt
return gp_Pnt

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_Circ
A1 CascadeSharp.TKMath.gp.gp_Ax1
return gp_Circ

Mirrored() public method

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

Mirrored() public method

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

Position() public method

public Position ( ) : CascadeSharp.TKMath.gp.gp_Ax2
return CascadeSharp.TKMath.gp.gp_Ax2

Radius() public method

public Radius ( ) : double
return double

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_Circ
A1 CascadeSharp.TKMath.gp.gp_Ax1
Ang double
return gp_Circ

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_Circ
P gp_Pnt
S double
return gp_Circ

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 P ) : void
P gp_Pnt
return void

SetPosition() public method

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

SetRadius() public method

public SetRadius ( double Radius ) : void
Radius double
return void

SquareDistance() public method

public SquareDistance ( gp_Pnt P ) : double
P gp_Pnt
return double

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_Circ
T CascadeSharp.TKMath.gp.gp_Trsf
return gp_Circ

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_Circ
P1 gp_Pnt
P2 gp_Pnt
return gp_Circ

Translated() public method

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

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_Circ() public method

public gp_Circ ( ) : System
return System

gp_Circ() public method

public gp_Circ ( CascadeSharp.TKMath.gp.gp_Ax2 A2, double Radius ) : System
A2 CascadeSharp.TKMath.gp.gp_Ax2
Radius double
return System

gp_Circ() public method

public gp_Circ ( gp_Circ parameter1 ) : System
parameter1 gp_Circ
return System