C# 클래스 CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_ArcFunction

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

공개 메소드들

메소드 설명
Arc ( ) : Adaptor2d_HCurve2d
Derivative ( double X, double &D ) : bool
GetStateNumber ( ) : int
IntPatch_ArcFunction ( ) : System
IntPatch_ArcFunction ( IntPatch_ArcFunction parameter1 ) : System
LastComputedPoint ( ) : gp_Pnt
NbSamples ( ) : int
Quadric ( ) : IntSurf_Quadric
Set ( Adaptor2d_HCurve2d A ) : void
Set ( Adaptor3d_HSurface S ) : void
SetQuadric ( IntSurf_Quadric Q ) : void
Surface ( ) : Adaptor3d_HSurface
Valpoint ( int Index ) : gp_Pnt
Value ( double X, double &F ) : bool
Values ( double X, double &F, double &D ) : bool

메소드 상세

Arc() 공개 메소드

public Arc ( ) : Adaptor2d_HCurve2d
리턴 Adaptor2d_HCurve2d

Derivative() 공개 메소드

public Derivative ( double X, double &D ) : bool
X double
D double
리턴 bool

GetStateNumber() 공개 메소드

public GetStateNumber ( ) : int
리턴 int

IntPatch_ArcFunction() 공개 메소드

public IntPatch_ArcFunction ( ) : System
리턴 System

IntPatch_ArcFunction() 공개 메소드

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

LastComputedPoint() 공개 메소드

public LastComputedPoint ( ) : gp_Pnt
리턴 gp_Pnt

NbSamples() 공개 메소드

public NbSamples ( ) : int
리턴 int

Quadric() 공개 메소드

public Quadric ( ) : IntSurf_Quadric
리턴 IntSurf_Quadric

Set() 공개 메소드

public Set ( Adaptor2d_HCurve2d A ) : void
A Adaptor2d_HCurve2d
리턴 void

Set() 공개 메소드

public Set ( Adaptor3d_HSurface S ) : void
S Adaptor3d_HSurface
리턴 void

SetQuadric() 공개 메소드

public SetQuadric ( IntSurf_Quadric Q ) : void
Q IntSurf_Quadric
리턴 void

Surface() 공개 메소드

public Surface ( ) : Adaptor3d_HSurface
리턴 Adaptor3d_HSurface

Valpoint() 공개 메소드

public Valpoint ( int Index ) : gp_Pnt
Index int
리턴 gp_Pnt

Value() 공개 메소드

public Value ( double X, double &F ) : bool
X double
F double
리턴 bool

Values() 공개 메소드

public Values ( double X, double &F, double &D ) : bool
X double
F double
D double
리턴 bool