C# Class CascadeSharp.TKMath.gp.gp_Pnt

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BaryCenter ( double Alpha, gp_Pnt P, double Beta ) : void
ChangeCoord ( ) : CascadeSharp.TKMath.gp.gp_XYZ
Coord ( int Index ) : double
Coord ( ) : CascadeSharp.TKMath.gp.gp_XYZ
Coord ( double &Xp, double &Yp, double &Zp ) : void
Distance ( gp_Pnt Other ) : double
IsEqual ( gp_Pnt Other, double LinearTolerance ) : bool
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_Pnt
Mirrored ( CascadeSharp.TKMath.gp.gp_Ax2 A2 ) : gp_Pnt
Mirrored ( gp_Pnt P ) : gp_Pnt
Rotate ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : void
Rotated ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : gp_Pnt
Scale ( gp_Pnt P, double S ) : void
Scaled ( gp_Pnt P, double S ) : gp_Pnt
SetCoord ( double Xp, double Yp, double Zp ) : void
SetCoord ( int Index, double Xi ) : void
SetX ( double X ) : void
SetXYZ ( CascadeSharp.TKMath.gp.gp_XYZ Coord ) : void
SetY ( double Y ) : void
SetZ ( double Z ) : void
SquareDistance ( gp_Pnt Other ) : double
Transform ( CascadeSharp.TKMath.gp.gp_Trsf T ) : void
Transformed ( CascadeSharp.TKMath.gp.gp_Trsf T ) : gp_Pnt
Translate ( gp_Pnt P1, gp_Pnt P2 ) : void
Translate ( CascadeSharp.TKMath.gp.gp_Vec V ) : void
Translated ( gp_Pnt P1, gp_Pnt P2 ) : gp_Pnt
Translated ( CascadeSharp.TKMath.gp.gp_Vec V ) : gp_Pnt
X ( ) : double
XYZ ( ) : CascadeSharp.TKMath.gp.gp_XYZ
Y ( ) : double
Z ( ) : double
gp_Pnt ( ) : System
gp_Pnt ( double Xp, double Yp, double Zp ) : System
gp_Pnt ( gp_Pnt parameter1 ) : System
gp_Pnt ( CascadeSharp.TKMath.gp.gp_XYZ Coord ) : System

Method Details

BaryCenter() public method

public BaryCenter ( double Alpha, gp_Pnt P, double Beta ) : void
Alpha double
P gp_Pnt
Beta double
return void

ChangeCoord() public method

public ChangeCoord ( ) : CascadeSharp.TKMath.gp.gp_XYZ
return CascadeSharp.TKMath.gp.gp_XYZ

Coord() public method

public Coord ( int Index ) : double
Index int
return double

Coord() public method

public Coord ( ) : CascadeSharp.TKMath.gp.gp_XYZ
return CascadeSharp.TKMath.gp.gp_XYZ

Coord() public method

public Coord ( double &Xp, double &Yp, double &Zp ) : void
Xp double
Yp double
Zp double
return void

Distance() public method

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

IsEqual() public method

public IsEqual ( gp_Pnt Other, double LinearTolerance ) : bool
Other gp_Pnt
LinearTolerance double
return bool

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_Pnt
A1 CascadeSharp.TKMath.gp.gp_Ax1
return gp_Pnt

Mirrored() public method

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

Mirrored() public method

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

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

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

SetCoord() public method

public SetCoord ( double Xp, double Yp, double Zp ) : void
Xp double
Yp double
Zp double
return void

SetCoord() public method

public SetCoord ( int Index, double Xi ) : void
Index int
Xi double
return void

SetX() public method

public SetX ( double X ) : void
X double
return void

SetXYZ() public method

public SetXYZ ( CascadeSharp.TKMath.gp.gp_XYZ Coord ) : void
Coord CascadeSharp.TKMath.gp.gp_XYZ
return void

SetY() public method

public SetY ( double Y ) : void
Y double
return void

SetZ() public method

public SetZ ( double Z ) : void
Z double
return void

SquareDistance() public method

public SquareDistance ( gp_Pnt Other ) : double
Other 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_Pnt
T CascadeSharp.TKMath.gp.gp_Trsf
return gp_Pnt

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

Translated() public method

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

X() public method

public X ( ) : double
return double

XYZ() public method

public XYZ ( ) : CascadeSharp.TKMath.gp.gp_XYZ
return CascadeSharp.TKMath.gp.gp_XYZ

Y() public method

public Y ( ) : double
return double

Z() public method

public Z ( ) : double
return double

gp_Pnt() public method

public gp_Pnt ( ) : System
return System

gp_Pnt() public method

public gp_Pnt ( double Xp, double Yp, double Zp ) : System
Xp double
Yp double
Zp double
return System

gp_Pnt() public method

public gp_Pnt ( gp_Pnt parameter1 ) : System
parameter1 gp_Pnt
return System

gp_Pnt() public method

public gp_Pnt ( CascadeSharp.TKMath.gp.gp_XYZ Coord ) : System
Coord CascadeSharp.TKMath.gp.gp_XYZ
return System