C# Class CascadeSharp.TKFeat.BRepFeat.BRepFeat_MakeCylindricalHole

Inheritance: CascadeSharp.TKFeat.BRepFeat.BRepFeat_Builder
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BRepFeat_MakeCylindricalHole ( ) : System
BRepFeat_MakeCylindricalHole ( BRepFeat_MakeCylindricalHole parameter1 ) : System
Build ( ) : void
Init ( TopoDS_Shape S, gp_Ax1 Ax_is ) : void
Init ( gp_Ax1 Ax_is ) : void
Perform ( double Radius ) : void
Perform ( double Radius, double PFrom, double PTo ) : void
Perform ( double Radius, double PFrom, double PTo, bool WithControl ) : void
PerformBlind ( double Radius, double Length ) : void
PerformBlind ( double Radius, double Length, bool WithControl ) : void
PerformThruNext ( double Radius ) : void
PerformThruNext ( double Radius, bool WithControl ) : void
PerformUntilEnd ( double Radius ) : void
PerformUntilEnd ( double Radius, bool WithControl ) : void
Status ( ) : BRepFeat_Status
Validate ( ) : BRepFeat_Status

Method Details

BRepFeat_MakeCylindricalHole() public method

public BRepFeat_MakeCylindricalHole ( ) : System
return System

BRepFeat_MakeCylindricalHole() public method

public BRepFeat_MakeCylindricalHole ( BRepFeat_MakeCylindricalHole parameter1 ) : System
parameter1 BRepFeat_MakeCylindricalHole
return System

Build() public method

public Build ( ) : void
return void

Init() public method

public Init ( TopoDS_Shape S, gp_Ax1 Ax_is ) : void
S TopoDS_Shape
Ax_is gp_Ax1
return void

Init() public method

public Init ( gp_Ax1 Ax_is ) : void
Ax_is gp_Ax1
return void

Perform() public method

public Perform ( double Radius ) : void
Radius double
return void

Perform() public method

public Perform ( double Radius, double PFrom, double PTo ) : void
Radius double
PFrom double
PTo double
return void

Perform() public method

public Perform ( double Radius, double PFrom, double PTo, bool WithControl ) : void
Radius double
PFrom double
PTo double
WithControl bool
return void

PerformBlind() public method

public PerformBlind ( double Radius, double Length ) : void
Radius double
Length double
return void

PerformBlind() public method

public PerformBlind ( double Radius, double Length, bool WithControl ) : void
Radius double
Length double
WithControl bool
return void

PerformThruNext() public method

public PerformThruNext ( double Radius ) : void
Radius double
return void

PerformThruNext() public method

public PerformThruNext ( double Radius, bool WithControl ) : void
Radius double
WithControl bool
return void

PerformUntilEnd() public method

public PerformUntilEnd ( double Radius ) : void
Radius double
return void

PerformUntilEnd() public method

public PerformUntilEnd ( double Radius, bool WithControl ) : void
Radius double
WithControl bool
return void

Status() public method

public Status ( ) : BRepFeat_Status
return BRepFeat_Status

Validate() public method

public Validate ( ) : BRepFeat_Status
return BRepFeat_Status