C# Class CascadeSharp.TKG2d.Geom2d.Geom2d_Point

Inheritance: CascadeSharp.TKG2d.Geom2d.Geom2d_Geometry
Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Coord ( double &X, double &Y ) : void
Distance ( Geom2d_Point Other ) : double
Geom2d_Point ( ) : System
Geom2d_Point ( Geom2d_Point parameter1 ) : System
Pnt2d ( ) : gp_Pnt2d
SquareDistance ( Geom2d_Point Other ) : double
X ( ) : double
Y ( ) : double
get_type_name ( ) : char

Method Details

Coord() public method

public Coord ( double &X, double &Y ) : void
X double
Y double
return void

Distance() public method

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

Geom2d_Point() public method

public Geom2d_Point ( ) : System
return System

Geom2d_Point() public method

public Geom2d_Point ( Geom2d_Point parameter1 ) : System
parameter1 Geom2d_Point
return System

Pnt2d() public method

public Pnt2d ( ) : gp_Pnt2d
return gp_Pnt2d

SquareDistance() public method

public SquareDistance ( Geom2d_Point Other ) : double
Other Geom2d_Point
return double

X() public method

public X ( ) : double
return double

Y() public method

public Y ( ) : double
return double

get_type_name() public method

public get_type_name ( ) : char
return char