C# 클래스 CascadeSharp.TKG3d.Geom.Geom_OffsetCurve

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

공개 메소드들

메소드 설명
BasisCurve ( ) : CascadeSharp.TKG3d.Geom.Geom_Curve
Continuity ( ) : GeomAbs_Shape
Copy ( ) : CascadeSharp.TKG3d.Geom.Geom_Geometry
D0 ( double U, gp_Pnt P ) : void
D1 ( double U, gp_Pnt P, gp_Vec V1 ) : void
D2 ( double U, gp_Pnt P, gp_Vec V1, gp_Vec V2 ) : void
D3 ( double U, gp_Pnt P, gp_Vec V1, gp_Vec V2, gp_Vec V3 ) : void
DN ( double U, int N ) : gp_Vec
Direction ( ) : gp_Dir
FirstParameter ( ) : double
Geom_OffsetCurve ( ) : System
Geom_OffsetCurve ( CascadeSharp.TKG3d.Geom.Geom_Curve C, double Offset, gp_Dir V ) : System
Geom_OffsetCurve ( CascadeSharp.TKG3d.Geom.Geom_Curve C, double Offset, gp_Dir V, bool _isNotCheckC0 ) : System
Geom_OffsetCurve ( Geom_OffsetCurve parameter1 ) : System
GetBasisCurveContinuity ( ) : GeomAbs_Shape
IsCN ( int N ) : bool
IsClosed ( ) : bool
IsPeriodic ( ) : bool
LastParameter ( ) : double
Offset ( ) : double
ParametricTransformation ( gp_Trsf T ) : double
Period ( ) : double
Reverse ( ) : void
ReversedParameter ( double U ) : double
SetBasisCurve ( Geom_Curve C ) : void
SetBasisCurve ( Geom_Curve C, bool _isNotCheckC0 ) : void
SetDirection ( gp_Dir V ) : void
SetOffsetValue ( double D ) : void
Transform ( gp_Trsf T ) : void
TransformedParameter ( double U, gp_Trsf T ) : double
get_type_name ( ) : char

메소드 상세

BasisCurve() 공개 메소드

public BasisCurve ( ) : CascadeSharp.TKG3d.Geom.Geom_Curve
리턴 CascadeSharp.TKG3d.Geom.Geom_Curve

Continuity() 공개 메소드

public Continuity ( ) : GeomAbs_Shape
리턴 GeomAbs_Shape

Copy() 공개 메소드

public Copy ( ) : CascadeSharp.TKG3d.Geom.Geom_Geometry
리턴 CascadeSharp.TKG3d.Geom.Geom_Geometry

D0() 공개 메소드

public D0 ( double U, gp_Pnt P ) : void
U double
P gp_Pnt
리턴 void

D1() 공개 메소드

public D1 ( double U, gp_Pnt P, gp_Vec V1 ) : void
U double
P gp_Pnt
V1 gp_Vec
리턴 void

D2() 공개 메소드

public D2 ( double U, gp_Pnt P, gp_Vec V1, gp_Vec V2 ) : void
U double
P gp_Pnt
V1 gp_Vec
V2 gp_Vec
리턴 void

D3() 공개 메소드

public D3 ( double U, gp_Pnt P, gp_Vec V1, gp_Vec V2, gp_Vec V3 ) : void
U double
P gp_Pnt
V1 gp_Vec
V2 gp_Vec
V3 gp_Vec
리턴 void

DN() 공개 메소드

public DN ( double U, int N ) : gp_Vec
U double
N int
리턴 gp_Vec

Direction() 공개 메소드

public Direction ( ) : gp_Dir
리턴 gp_Dir

FirstParameter() 공개 메소드

public FirstParameter ( ) : double
리턴 double

Geom_OffsetCurve() 공개 메소드

public Geom_OffsetCurve ( ) : System
리턴 System

Geom_OffsetCurve() 공개 메소드

public Geom_OffsetCurve ( CascadeSharp.TKG3d.Geom.Geom_Curve C, double Offset, gp_Dir V ) : System
C CascadeSharp.TKG3d.Geom.Geom_Curve
Offset double
V gp_Dir
리턴 System

Geom_OffsetCurve() 공개 메소드

public Geom_OffsetCurve ( CascadeSharp.TKG3d.Geom.Geom_Curve C, double Offset, gp_Dir V, bool _isNotCheckC0 ) : System
C CascadeSharp.TKG3d.Geom.Geom_Curve
Offset double
V gp_Dir
_isNotCheckC0 bool
리턴 System

Geom_OffsetCurve() 공개 메소드

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

GetBasisCurveContinuity() 공개 메소드

public GetBasisCurveContinuity ( ) : GeomAbs_Shape
리턴 GeomAbs_Shape

IsCN() 공개 메소드

public IsCN ( int N ) : bool
N int
리턴 bool

IsClosed() 공개 메소드

public IsClosed ( ) : bool
리턴 bool

IsPeriodic() 공개 메소드

public IsPeriodic ( ) : bool
리턴 bool

LastParameter() 공개 메소드

public LastParameter ( ) : double
리턴 double

Offset() 공개 메소드

public Offset ( ) : double
리턴 double

ParametricTransformation() 공개 메소드

public ParametricTransformation ( gp_Trsf T ) : double
T gp_Trsf
리턴 double

Period() 공개 메소드

public Period ( ) : double
리턴 double

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

ReversedParameter() 공개 메소드

public ReversedParameter ( double U ) : double
U double
리턴 double

SetBasisCurve() 공개 메소드

public SetBasisCurve ( Geom_Curve C ) : void
C Geom_Curve
리턴 void

SetBasisCurve() 공개 메소드

public SetBasisCurve ( Geom_Curve C, bool _isNotCheckC0 ) : void
C Geom_Curve
_isNotCheckC0 bool
리턴 void

SetDirection() 공개 메소드

public SetDirection ( gp_Dir V ) : void
V gp_Dir
리턴 void

SetOffsetValue() 공개 메소드

public SetOffsetValue ( double D ) : void
D double
리턴 void

Transform() 공개 메소드

public Transform ( gp_Trsf T ) : void
T gp_Trsf
리턴 void

TransformedParameter() 공개 메소드

public TransformedParameter ( double U, gp_Trsf T ) : double
U double
T gp_Trsf
리턴 double

get_type_name() 공개 메소드

public get_type_name ( ) : char
리턴 char