C# Class CascadeSharp.TKGeomBase.gce.gce_MakeMirror

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Operator ( ) : gp_Trsf
Value ( ) : gp_Trsf
gce_MakeMirror ( ) : System
gce_MakeMirror ( gce_MakeMirror parameter1 ) : System
gce_MakeMirror ( gp_Ax1 Ax_is ) : System
gce_MakeMirror ( gp_Ax2 Plane ) : System
gce_MakeMirror ( gp_Lin Line ) : System
gce_MakeMirror ( gp_Pln Plane ) : System
gce_MakeMirror ( gp_Pnt Point ) : System
gce_MakeMirror ( gp_Pnt Point, gp_Dir Direc ) : System

Method Details

Operator() public method

public Operator ( ) : gp_Trsf
return gp_Trsf

Value() public method

public Value ( ) : gp_Trsf
return gp_Trsf

gce_MakeMirror() public method

public gce_MakeMirror ( ) : System
return System

gce_MakeMirror() public method

public gce_MakeMirror ( gce_MakeMirror parameter1 ) : System
parameter1 gce_MakeMirror
return System

gce_MakeMirror() public method

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

gce_MakeMirror() public method

public gce_MakeMirror ( gp_Ax2 Plane ) : System
Plane gp_Ax2
return System

gce_MakeMirror() public method

public gce_MakeMirror ( gp_Lin Line ) : System
Line gp_Lin
return System

gce_MakeMirror() public method

public gce_MakeMirror ( gp_Pln Plane ) : System
Plane gp_Pln
return System

gce_MakeMirror() public method

public gce_MakeMirror ( gp_Pnt Point ) : System
Point gp_Pnt
return System

gce_MakeMirror() public method

public gce_MakeMirror ( gp_Pnt Point, gp_Dir Direc ) : System
Point gp_Pnt
Direc gp_Dir
return System