C# Class CascadeSharp.TKG3d.GeomAdaptor.GeomAdaptor_Curve

Inheritance: Adaptor3d_Curve
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
BSpline ( ) : Geom_BSplineCurve
Bezier ( ) : Geom_BezierCurve
Circle ( ) : gp_Circ
Continuity ( ) : GeomAbs_Shape
Curve ( ) : Geom_Curve
D0 ( double U, gp_Pnt P ) : void
D1 ( double U, gp_Pnt P, gp_Vec V ) : 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
Degree ( ) : int
Ellipse ( ) : gp_Elips
FirstParameter ( ) : double
GeomAdaptor_Curve ( ) : System
GeomAdaptor_Curve ( GeomAdaptor_Curve parameter1 ) : System
GeomAdaptor_Curve ( Geom_Curve C ) : System
GeomAdaptor_Curve ( Geom_Curve C, double UFirst, double ULast ) : System
GetGeomType ( ) : GeomAbs_CurveType
Hyperbola ( ) : gp_Hypr
Intervals ( TColStd_Array1OfReal T, GeomAbs_Shape S ) : void
IsBoundary ( double theU, int &theSpanStart, int &theSpanFin_ish ) : bool
IsClosed ( ) : bool
IsPeriodic ( ) : bool
IsRational ( ) : bool
LastParameter ( ) : double
Line ( ) : gp_Lin
Load ( Geom_Curve C ) : void
Load ( Geom_Curve C, double UFirst, double ULast ) : void
LocalContinuity ( double U1, double U2 ) : GeomAbs_Shape
NbIntervals ( GeomAbs_Shape S ) : int
NbKnots ( ) : int
NbPoles ( ) : int
OffsetCurve ( ) : Geom_OffsetCurve
Parabola ( ) : gp_Parab
Period ( ) : double
RebuildCache ( double theParameter ) : void
Reset ( ) : void
Resolution ( double R3d ) : double
Trim ( double First, double Last, double Tol ) : Adaptor3d_HCurve
Value ( double U ) : gp_Pnt
load ( Geom_Curve C, double UFirst, double ULast ) : void

Method Details

BSpline() public méthode

public BSpline ( ) : Geom_BSplineCurve
Résultat Geom_BSplineCurve

Bezier() public méthode

public Bezier ( ) : Geom_BezierCurve
Résultat Geom_BezierCurve

Circle() public méthode

public Circle ( ) : gp_Circ
Résultat gp_Circ

Continuity() public méthode

public Continuity ( ) : GeomAbs_Shape
Résultat GeomAbs_Shape

Curve() public méthode

public Curve ( ) : Geom_Curve
Résultat Geom_Curve

D0() public méthode

public D0 ( double U, gp_Pnt P ) : void
U double
P gp_Pnt
Résultat void

D1() public méthode

public D1 ( double U, gp_Pnt P, gp_Vec V ) : void
U double
P gp_Pnt
V gp_Vec
Résultat void

D2() public méthode

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
Résultat void

D3() public méthode

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
Résultat void

DN() public méthode

public DN ( double U, int N ) : gp_Vec
U double
N int
Résultat gp_Vec

Degree() public méthode

public Degree ( ) : int
Résultat int

Ellipse() public méthode

public Ellipse ( ) : gp_Elips
Résultat gp_Elips

FirstParameter() public méthode

public FirstParameter ( ) : double
Résultat double

GeomAdaptor_Curve() public méthode

public GeomAdaptor_Curve ( ) : System
Résultat System

GeomAdaptor_Curve() public méthode

public GeomAdaptor_Curve ( GeomAdaptor_Curve parameter1 ) : System
parameter1 GeomAdaptor_Curve
Résultat System

GeomAdaptor_Curve() public méthode

public GeomAdaptor_Curve ( Geom_Curve C ) : System
C Geom_Curve
Résultat System

GeomAdaptor_Curve() public méthode

public GeomAdaptor_Curve ( Geom_Curve C, double UFirst, double ULast ) : System
C Geom_Curve
UFirst double
ULast double
Résultat System

GetGeomType() public méthode

public GetGeomType ( ) : GeomAbs_CurveType
Résultat GeomAbs_CurveType

Hyperbola() public méthode

public Hyperbola ( ) : gp_Hypr
Résultat gp_Hypr

Intervals() public méthode

public Intervals ( TColStd_Array1OfReal T, GeomAbs_Shape S ) : void
T TColStd_Array1OfReal
S GeomAbs_Shape
Résultat void

IsBoundary() public méthode

public IsBoundary ( double theU, int &theSpanStart, int &theSpanFin_ish ) : bool
theU double
theSpanStart int
theSpanFin_ish int
Résultat bool

IsClosed() public méthode

public IsClosed ( ) : bool
Résultat bool

IsPeriodic() public méthode

public IsPeriodic ( ) : bool
Résultat bool

IsRational() public méthode

public IsRational ( ) : bool
Résultat bool

LastParameter() public méthode

public LastParameter ( ) : double
Résultat double

Line() public méthode

public Line ( ) : gp_Lin
Résultat gp_Lin

Load() public méthode

public Load ( Geom_Curve C ) : void
C Geom_Curve
Résultat void

Load() public méthode

public Load ( Geom_Curve C, double UFirst, double ULast ) : void
C Geom_Curve
UFirst double
ULast double
Résultat void

LocalContinuity() public méthode

public LocalContinuity ( double U1, double U2 ) : GeomAbs_Shape
U1 double
U2 double
Résultat GeomAbs_Shape

NbIntervals() public méthode

public NbIntervals ( GeomAbs_Shape S ) : int
S GeomAbs_Shape
Résultat int

NbKnots() public méthode

public NbKnots ( ) : int
Résultat int

NbPoles() public méthode

public NbPoles ( ) : int
Résultat int

OffsetCurve() public méthode

public OffsetCurve ( ) : Geom_OffsetCurve
Résultat Geom_OffsetCurve

Parabola() public méthode

public Parabola ( ) : gp_Parab
Résultat gp_Parab

Period() public méthode

public Period ( ) : double
Résultat double

RebuildCache() public méthode

public RebuildCache ( double theParameter ) : void
theParameter double
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Resolution() public méthode

public Resolution ( double R3d ) : double
R3d double
Résultat double

Trim() public méthode

public Trim ( double First, double Last, double Tol ) : Adaptor3d_HCurve
First double
Last double
Tol double
Résultat Adaptor3d_HCurve

Value() public méthode

public Value ( double U ) : gp_Pnt
U double
Résultat gp_Pnt

load() public méthode

public load ( Geom_Curve C, double UFirst, double ULast ) : void
C Geom_Curve
UFirst double
ULast double
Résultat void