C# Class CascadeSharp.TKG3d.Geom.Geom_Transformation

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

Méthodes publiques

Méthode Description
Copy ( ) : Geom_Transformation
Form ( ) : gp_TrsfForm
Geom_Transformation ( ) : System
Geom_Transformation ( Geom_Transformation parameter1 ) : System
Geom_Transformation ( gp_Trsf T ) : System
Invert ( ) : void
Inverted ( ) : Geom_Transformation
IsNegative ( ) : bool
Multiplied ( Geom_Transformation Other ) : Geom_Transformation
Multiply ( Geom_Transformation theOther ) : void
Power ( int N ) : void
Powered ( int N ) : Geom_Transformation
PreMultiply ( Geom_Transformation Other ) : void
ScaleFactor ( ) : double
SetMirror ( gp_Ax1 theA1 ) : void
SetMirror ( gp_Ax2 theA2 ) : void
SetMirror ( gp_Pnt thePnt ) : void
SetRotation ( gp_Ax1 theA1, double theAng ) : void
SetScale ( gp_Pnt thePnt, double theScale ) : void
SetTransformation ( gp_Ax3 theToSystem ) : void
SetTransformation ( gp_Ax3 theFromSystem1, gp_Ax3 theToSystem2 ) : void
SetTranslation ( gp_Pnt P1, gp_Pnt P2 ) : void
SetTranslation ( gp_Vec theVec ) : void
SetTrsf ( gp_Trsf theTrsf ) : void
Transforms ( double &theX, double &theY, double &theZ ) : void
Trsf ( ) : gp_Trsf
Value ( int theRow, int theCol ) : double
get_type_name ( ) : char

Method Details

Copy() public méthode

public Copy ( ) : Geom_Transformation
Résultat Geom_Transformation

Form() public méthode

public Form ( ) : gp_TrsfForm
Résultat gp_TrsfForm

Geom_Transformation() public méthode

public Geom_Transformation ( ) : System
Résultat System

Geom_Transformation() public méthode

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

Geom_Transformation() public méthode

public Geom_Transformation ( gp_Trsf T ) : System
T gp_Trsf
Résultat System

Invert() public méthode

public Invert ( ) : void
Résultat void

Inverted() public méthode

public Inverted ( ) : Geom_Transformation
Résultat Geom_Transformation

IsNegative() public méthode

public IsNegative ( ) : bool
Résultat bool

Multiplied() public méthode

public Multiplied ( Geom_Transformation Other ) : Geom_Transformation
Other Geom_Transformation
Résultat Geom_Transformation

Multiply() public méthode

public Multiply ( Geom_Transformation theOther ) : void
theOther Geom_Transformation
Résultat void

Power() public méthode

public Power ( int N ) : void
N int
Résultat void

Powered() public méthode

public Powered ( int N ) : Geom_Transformation
N int
Résultat Geom_Transformation

PreMultiply() public méthode

public PreMultiply ( Geom_Transformation Other ) : void
Other Geom_Transformation
Résultat void

ScaleFactor() public méthode

public ScaleFactor ( ) : double
Résultat double

SetMirror() public méthode

public SetMirror ( gp_Ax1 theA1 ) : void
theA1 gp_Ax1
Résultat void

SetMirror() public méthode

public SetMirror ( gp_Ax2 theA2 ) : void
theA2 gp_Ax2
Résultat void

SetMirror() public méthode

public SetMirror ( gp_Pnt thePnt ) : void
thePnt gp_Pnt
Résultat void

SetRotation() public méthode

public SetRotation ( gp_Ax1 theA1, double theAng ) : void
theA1 gp_Ax1
theAng double
Résultat void

SetScale() public méthode

public SetScale ( gp_Pnt thePnt, double theScale ) : void
thePnt gp_Pnt
theScale double
Résultat void

SetTransformation() public méthode

public SetTransformation ( gp_Ax3 theToSystem ) : void
theToSystem gp_Ax3
Résultat void

SetTransformation() public méthode

public SetTransformation ( gp_Ax3 theFromSystem1, gp_Ax3 theToSystem2 ) : void
theFromSystem1 gp_Ax3
theToSystem2 gp_Ax3
Résultat void

SetTranslation() public méthode

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

SetTranslation() public méthode

public SetTranslation ( gp_Vec theVec ) : void
theVec gp_Vec
Résultat void

SetTrsf() public méthode

public SetTrsf ( gp_Trsf theTrsf ) : void
theTrsf gp_Trsf
Résultat void

Transforms() public méthode

public Transforms ( double &theX, double &theY, double &theZ ) : void
theX double
theY double
theZ double
Résultat void

Trsf() public méthode

public Trsf ( ) : gp_Trsf
Résultat gp_Trsf

Value() public méthode

public Value ( int theRow, int theCol ) : double
theRow int
theCol int
Résultat double

get_type_name() public méthode

public get_type_name ( ) : char
Résultat char