C# Class CascadeSharp.TKMath.gp.gp_Pnt

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BaryCenter ( double Alpha, gp_Pnt P, double Beta ) : void
Alpha double
P gp_Pnt
Beta double
Résultat void

ChangeCoord() public méthode

public ChangeCoord ( ) : CascadeSharp.TKMath.gp.gp_XYZ
Résultat CascadeSharp.TKMath.gp.gp_XYZ

Coord() public méthode

public Coord ( int Index ) : double
Index int
Résultat double

Coord() public méthode

public Coord ( ) : CascadeSharp.TKMath.gp.gp_XYZ
Résultat CascadeSharp.TKMath.gp.gp_XYZ

Coord() public méthode

public Coord ( double &Xp, double &Yp, double &Zp ) : void
Xp double
Yp double
Zp double
Résultat void

Distance() public méthode

public Distance ( gp_Pnt Other ) : double
Other gp_Pnt
Résultat double

IsEqual() public méthode

public IsEqual ( gp_Pnt Other, double LinearTolerance ) : bool
Other gp_Pnt
LinearTolerance double
Résultat bool

Mirror() public méthode

public Mirror ( CascadeSharp.TKMath.gp.gp_Ax1 A1 ) : void
A1 CascadeSharp.TKMath.gp.gp_Ax1
Résultat void

Mirror() public méthode

public Mirror ( CascadeSharp.TKMath.gp.gp_Ax2 A2 ) : void
A2 CascadeSharp.TKMath.gp.gp_Ax2
Résultat void

Mirror() public méthode

public Mirror ( gp_Pnt P ) : void
P gp_Pnt
Résultat void

Mirrored() public méthode

public Mirrored ( CascadeSharp.TKMath.gp.gp_Ax1 A1 ) : gp_Pnt
A1 CascadeSharp.TKMath.gp.gp_Ax1
Résultat gp_Pnt

Mirrored() public méthode

public Mirrored ( CascadeSharp.TKMath.gp.gp_Ax2 A2 ) : gp_Pnt
A2 CascadeSharp.TKMath.gp.gp_Ax2
Résultat gp_Pnt

Mirrored() public méthode

public Mirrored ( gp_Pnt P ) : gp_Pnt
P gp_Pnt
Résultat gp_Pnt

Rotate() public méthode

public Rotate ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : void
A1 CascadeSharp.TKMath.gp.gp_Ax1
Ang double
Résultat void

Rotated() public méthode

public Rotated ( CascadeSharp.TKMath.gp.gp_Ax1 A1, double Ang ) : gp_Pnt
A1 CascadeSharp.TKMath.gp.gp_Ax1
Ang double
Résultat gp_Pnt

Scale() public méthode

public Scale ( gp_Pnt P, double S ) : void
P gp_Pnt
S double
Résultat void

Scaled() public méthode

public Scaled ( gp_Pnt P, double S ) : gp_Pnt
P gp_Pnt
S double
Résultat gp_Pnt

SetCoord() public méthode

public SetCoord ( double Xp, double Yp, double Zp ) : void
Xp double
Yp double
Zp double
Résultat void

SetCoord() public méthode

public SetCoord ( int Index, double Xi ) : void
Index int
Xi double
Résultat void

SetX() public méthode

public SetX ( double X ) : void
X double
Résultat void

SetXYZ() public méthode

public SetXYZ ( CascadeSharp.TKMath.gp.gp_XYZ Coord ) : void
Coord CascadeSharp.TKMath.gp.gp_XYZ
Résultat void

SetY() public méthode

public SetY ( double Y ) : void
Y double
Résultat void

SetZ() public méthode

public SetZ ( double Z ) : void
Z double
Résultat void

SquareDistance() public méthode

public SquareDistance ( gp_Pnt Other ) : double
Other gp_Pnt
Résultat double

Transform() public méthode

public Transform ( CascadeSharp.TKMath.gp.gp_Trsf T ) : void
T CascadeSharp.TKMath.gp.gp_Trsf
Résultat void

Transformed() public méthode

public Transformed ( CascadeSharp.TKMath.gp.gp_Trsf T ) : gp_Pnt
T CascadeSharp.TKMath.gp.gp_Trsf
Résultat gp_Pnt

Translate() public méthode

public Translate ( gp_Pnt P1, gp_Pnt P2 ) : void
P1 gp_Pnt
P2 gp_Pnt
Résultat void

Translate() public méthode

public Translate ( CascadeSharp.TKMath.gp.gp_Vec V ) : void
V CascadeSharp.TKMath.gp.gp_Vec
Résultat void

Translated() public méthode

public Translated ( gp_Pnt P1, gp_Pnt P2 ) : gp_Pnt
P1 gp_Pnt
P2 gp_Pnt
Résultat gp_Pnt

Translated() public méthode

public Translated ( CascadeSharp.TKMath.gp.gp_Vec V ) : gp_Pnt
V CascadeSharp.TKMath.gp.gp_Vec
Résultat gp_Pnt

X() public méthode

public X ( ) : double
Résultat double

XYZ() public méthode

public XYZ ( ) : CascadeSharp.TKMath.gp.gp_XYZ
Résultat CascadeSharp.TKMath.gp.gp_XYZ

Y() public méthode

public Y ( ) : double
Résultat double

Z() public méthode

public Z ( ) : double
Résultat double

gp_Pnt() public méthode

public gp_Pnt ( ) : System
Résultat System

gp_Pnt() public méthode

public gp_Pnt ( double Xp, double Yp, double Zp ) : System
Xp double
Yp double
Zp double
Résultat System

gp_Pnt() public méthode

public gp_Pnt ( gp_Pnt parameter1 ) : System
parameter1 gp_Pnt
Résultat System

gp_Pnt() public méthode

public gp_Pnt ( CascadeSharp.TKMath.gp.gp_XYZ Coord ) : System
Coord CascadeSharp.TKMath.gp.gp_XYZ
Résultat System