C# Class CascadeSharp.TKGeomBase.gce.gce_MakePln

Inheritance: gce_Root
Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Operator ( ) : gp_Pln
Value ( ) : gp_Pln
gce_MakePln ( ) : System
gce_MakePln ( double A, double B, double C, double D ) : System
gce_MakePln ( gce_MakePln parameter1 ) : System
gce_MakePln ( gp_Ax1 Ax_is ) : System
gce_MakePln ( gp_Ax2 A2 ) : System
gce_MakePln ( gp_Pln Pln, double D_ist ) : System
gce_MakePln ( gp_Pln Pln, gp_Pnt Point ) : System
gce_MakePln ( gp_Pnt P, gp_Dir V ) : System
gce_MakePln ( gp_Pnt P1, gp_Pnt P2 ) : System
gce_MakePln ( gp_Pnt P1, gp_Pnt P2, gp_Pnt P3 ) : System

Method Details

Operator() public method

public Operator ( ) : gp_Pln
return gp_Pln

Value() public method

public Value ( ) : gp_Pln
return gp_Pln

gce_MakePln() public method

public gce_MakePln ( ) : System
return System

gce_MakePln() public method

public gce_MakePln ( double A, double B, double C, double D ) : System
A double
B double
C double
D double
return System

gce_MakePln() public method

public gce_MakePln ( gce_MakePln parameter1 ) : System
parameter1 gce_MakePln
return System

gce_MakePln() public method

public gce_MakePln ( gp_Ax1 Ax_is ) : System
Ax_is gp_Ax1
return System

gce_MakePln() public method

public gce_MakePln ( gp_Ax2 A2 ) : System
A2 gp_Ax2
return System

gce_MakePln() public method

public gce_MakePln ( gp_Pln Pln, double D_ist ) : System
Pln gp_Pln
D_ist double
return System

gce_MakePln() public method

public gce_MakePln ( gp_Pln Pln, gp_Pnt Point ) : System
Pln gp_Pln
Point gp_Pnt
return System

gce_MakePln() public method

public gce_MakePln ( gp_Pnt P, gp_Dir V ) : System
P gp_Pnt
V gp_Dir
return System

gce_MakePln() public method

public gce_MakePln ( gp_Pnt P1, gp_Pnt P2 ) : System
P1 gp_Pnt
P2 gp_Pnt
return System

gce_MakePln() public method

public gce_MakePln ( gp_Pnt P1, gp_Pnt P2, gp_Pnt P3 ) : System
P1 gp_Pnt
P2 gp_Pnt
P3 gp_Pnt
return System