C# 클래스 CascadeSharp.TKFeat.BRepFeat.BRepFeat_MakeCylindricalHole

상속: CascadeSharp.TKFeat.BRepFeat.BRepFeat_Builder
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BRepFeat_MakeCylindricalHole() 공개 메소드

public BRepFeat_MakeCylindricalHole ( ) : System
리턴 System

BRepFeat_MakeCylindricalHole() 공개 메소드

public BRepFeat_MakeCylindricalHole ( BRepFeat_MakeCylindricalHole parameter1 ) : System
parameter1 BRepFeat_MakeCylindricalHole
리턴 System

Build() 공개 메소드

public Build ( ) : void
리턴 void

Init() 공개 메소드

public Init ( TopoDS_Shape S, gp_Ax1 Ax_is ) : void
S TopoDS_Shape
Ax_is gp_Ax1
리턴 void

Init() 공개 메소드

public Init ( gp_Ax1 Ax_is ) : void
Ax_is gp_Ax1
리턴 void

Perform() 공개 메소드

public Perform ( double Radius ) : void
Radius double
리턴 void

Perform() 공개 메소드

public Perform ( double Radius, double PFrom, double PTo ) : void
Radius double
PFrom double
PTo double
리턴 void

Perform() 공개 메소드

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

PerformBlind() 공개 메소드

public PerformBlind ( double Radius, double Length ) : void
Radius double
Length double
리턴 void

PerformBlind() 공개 메소드

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

PerformThruNext() 공개 메소드

public PerformThruNext ( double Radius ) : void
Radius double
리턴 void

PerformThruNext() 공개 메소드

public PerformThruNext ( double Radius, bool WithControl ) : void
Radius double
WithControl bool
리턴 void

PerformUntilEnd() 공개 메소드

public PerformUntilEnd ( double Radius ) : void
Radius double
리턴 void

PerformUntilEnd() 공개 메소드

public PerformUntilEnd ( double Radius, bool WithControl ) : void
Radius double
WithControl bool
리턴 void

Status() 공개 메소드

public Status ( ) : BRepFeat_Status
리턴 BRepFeat_Status

Validate() 공개 메소드

public Validate ( ) : BRepFeat_Status
리턴 BRepFeat_Status