C# Class CascadeSharp.TKG3d.Geom.Geom_CartesianPoint

Inheritance: CascadeSharp.TKG3d.Geom.Geom_Point
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
Coord ( double &X, double &Y, double &Z ) : void
Copy ( ) : CascadeSharp.TKG3d.Geom.Geom_Geometry
Geom_CartesianPoint ( ) : System
Geom_CartesianPoint ( Geom_CartesianPoint parameter1 ) : System
Geom_CartesianPoint ( double X, double Y, double Z ) : System
Geom_CartesianPoint ( gp_Pnt P ) : System
Pnt ( ) : gp_Pnt
SetCoord ( double X, double Y, double Z ) : void
SetPnt ( gp_Pnt P ) : void
SetX ( double X ) : void
SetY ( double Y ) : void
SetZ ( double Z ) : void
Transform ( gp_Trsf T ) : void
X ( ) : double
Y ( ) : double
Z ( ) : double
get_type_name ( ) : char

Method Details

Coord() public méthode

public Coord ( double &X, double &Y, double &Z ) : void
X double
Y double
Z double
Résultat void

Copy() public méthode

public Copy ( ) : CascadeSharp.TKG3d.Geom.Geom_Geometry
Résultat CascadeSharp.TKG3d.Geom.Geom_Geometry

Geom_CartesianPoint() public méthode

public Geom_CartesianPoint ( ) : System
Résultat System

Geom_CartesianPoint() public méthode

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

Geom_CartesianPoint() public méthode

public Geom_CartesianPoint ( double X, double Y, double Z ) : System
X double
Y double
Z double
Résultat System

Geom_CartesianPoint() public méthode

public Geom_CartesianPoint ( gp_Pnt P ) : System
P gp_Pnt
Résultat System

Pnt() public méthode

public Pnt ( ) : gp_Pnt
Résultat gp_Pnt

SetCoord() public méthode

public SetCoord ( double X, double Y, double Z ) : void
X double
Y double
Z double
Résultat void

SetPnt() public méthode

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

SetX() public méthode

public SetX ( double X ) : void
X double
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

Transform() public méthode

public Transform ( gp_Trsf T ) : void
T gp_Trsf
Résultat void

X() public méthode

public X ( ) : double
Résultat double

Y() public méthode

public Y ( ) : double
Résultat double

Z() public méthode

public Z ( ) : double
Résultat double

get_type_name() public méthode

public get_type_name ( ) : char
Résultat char