C# Class CascadeSharp.TKG3d.Geom.Geom_OffsetCurve

Inheritance: CascadeSharp.TKG3d.Geom.Geom_Curve
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

BasisCurve() public méthode

public BasisCurve ( ) : CascadeSharp.TKG3d.Geom.Geom_Curve
Résultat CascadeSharp.TKG3d.Geom.Geom_Curve

Continuity() public méthode

public Continuity ( ) : GeomAbs_Shape
Résultat GeomAbs_Shape

Copy() public méthode

public Copy ( ) : CascadeSharp.TKG3d.Geom.Geom_Geometry
Résultat CascadeSharp.TKG3d.Geom.Geom_Geometry

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 V1 ) : void
U double
P gp_Pnt
V1 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

Direction() public méthode

public Direction ( ) : gp_Dir
Résultat gp_Dir

FirstParameter() public méthode

public FirstParameter ( ) : double
Résultat double

Geom_OffsetCurve() public méthode

public Geom_OffsetCurve ( ) : System
Résultat System

Geom_OffsetCurve() public méthode

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

Geom_OffsetCurve() public méthode

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

Geom_OffsetCurve() public méthode

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

GetBasisCurveContinuity() public méthode

public GetBasisCurveContinuity ( ) : GeomAbs_Shape
Résultat GeomAbs_Shape

IsCN() public méthode

public IsCN ( int N ) : bool
N int
Résultat bool

IsClosed() public méthode

public IsClosed ( ) : bool
Résultat bool

IsPeriodic() public méthode

public IsPeriodic ( ) : bool
Résultat bool

LastParameter() public méthode

public LastParameter ( ) : double
Résultat double

Offset() public méthode

public Offset ( ) : double
Résultat double

ParametricTransformation() public méthode

public ParametricTransformation ( gp_Trsf T ) : double
T gp_Trsf
Résultat double

Period() public méthode

public Period ( ) : double
Résultat double

Reverse() public méthode

public Reverse ( ) : void
Résultat void

ReversedParameter() public méthode

public ReversedParameter ( double U ) : double
U double
Résultat double

SetBasisCurve() public méthode

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

SetBasisCurve() public méthode

public SetBasisCurve ( Geom_Curve C, bool _isNotCheckC0 ) : void
C Geom_Curve
_isNotCheckC0 bool
Résultat void

SetDirection() public méthode

public SetDirection ( gp_Dir V ) : void
V gp_Dir
Résultat void

SetOffsetValue() public méthode

public SetOffsetValue ( double D ) : void
D double
Résultat void

Transform() public méthode

public Transform ( gp_Trsf T ) : void
T gp_Trsf
Résultat void

TransformedParameter() public méthode

public TransformedParameter ( double U, gp_Trsf T ) : double
U double
T gp_Trsf
Résultat double

get_type_name() public méthode

public get_type_name ( ) : char
Résultat char