C# Class CascadeSharp.TKG2d.Geom2d.Geom2d_AxisPlacement

Inheritance: CascadeSharp.TKG2d.Geom2d.Geom2d_Geometry
Mostra file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Angle ( Geom2d_AxisPlacement Other ) : double
Ax2d ( ) : gp_Ax2d
Copy ( ) : CascadeSharp.TKG2d.Geom2d.Geom2d_Geometry
Direction ( ) : gp_Dir2d
Geom2d_AxisPlacement ( ) : System
Geom2d_AxisPlacement ( Geom2d_AxisPlacement parameter1 ) : System
Geom2d_AxisPlacement ( gp_Ax2d A ) : System
Geom2d_AxisPlacement ( gp_Pnt2d P, gp_Dir2d V ) : System
Location ( ) : gp_Pnt2d
Reverse ( ) : void
Reversed ( ) : Geom2d_AxisPlacement
SetAxis ( gp_Ax2d A ) : void
SetDirection ( gp_Dir2d V ) : void
SetLocation ( gp_Pnt2d P ) : void
Transform ( gp_Trsf2d T ) : void
get_type_name ( ) : char

Method Details

Angle() public method

public Angle ( Geom2d_AxisPlacement Other ) : double
Other Geom2d_AxisPlacement
return double

Ax2d() public method

public Ax2d ( ) : gp_Ax2d
return gp_Ax2d

Copy() public method

public Copy ( ) : CascadeSharp.TKG2d.Geom2d.Geom2d_Geometry
return CascadeSharp.TKG2d.Geom2d.Geom2d_Geometry

Direction() public method

public Direction ( ) : gp_Dir2d
return gp_Dir2d

Geom2d_AxisPlacement() public method

public Geom2d_AxisPlacement ( ) : System
return System

Geom2d_AxisPlacement() public method

public Geom2d_AxisPlacement ( Geom2d_AxisPlacement parameter1 ) : System
parameter1 Geom2d_AxisPlacement
return System

Geom2d_AxisPlacement() public method

public Geom2d_AxisPlacement ( gp_Ax2d A ) : System
A gp_Ax2d
return System

Geom2d_AxisPlacement() public method

public Geom2d_AxisPlacement ( gp_Pnt2d P, gp_Dir2d V ) : System
P gp_Pnt2d
V gp_Dir2d
return System

Location() public method

public Location ( ) : gp_Pnt2d
return gp_Pnt2d

Reverse() public method

public Reverse ( ) : void
return void

Reversed() public method

public Reversed ( ) : Geom2d_AxisPlacement
return Geom2d_AxisPlacement

SetAxis() public method

public SetAxis ( gp_Ax2d A ) : void
A gp_Ax2d
return void

SetDirection() public method

public SetDirection ( gp_Dir2d V ) : void
V gp_Dir2d
return void

SetLocation() public method

public SetLocation ( gp_Pnt2d P ) : void
P gp_Pnt2d
return void

Transform() public method

public Transform ( gp_Trsf2d T ) : void
T gp_Trsf2d
return void

get_type_name() public method

public get_type_name ( ) : char
return char