C# Class CascadeSharp.TKG3d.Geom.Geom_Line

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

Méthodes publiques

Méthode Description
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
FirstParameter ( ) : double
Geom_Line ( ) : System
Geom_Line ( Geom_Line parameter1 ) : System
Geom_Line ( gp_Ax1 A1 ) : System
Geom_Line ( gp_Lin L ) : System
Geom_Line ( gp_Pnt P, gp_Dir V ) : System
IsCN ( int N ) : bool
IsClosed ( ) : bool
IsPeriodic ( ) : bool
LastParameter ( ) : double
Lin ( ) : gp_Lin
ParametricTransformation ( gp_Trsf T ) : double
Position ( ) : gp_Ax1
Reverse ( ) : void
ReversedParameter ( double U ) : double
SetDirection ( gp_Dir V ) : void
SetLin ( gp_Lin L ) : void
SetLocation ( gp_Pnt P ) : void
SetPosition ( gp_Ax1 A1 ) : void
Transform ( gp_Trsf T ) : void
TransformedParameter ( double U, gp_Trsf T ) : double
get_type_name ( ) : char

Method Details

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

FirstParameter() public méthode

public FirstParameter ( ) : double
Résultat double

Geom_Line() public méthode

public Geom_Line ( ) : System
Résultat System

Geom_Line() public méthode

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

Geom_Line() public méthode

public Geom_Line ( gp_Ax1 A1 ) : System
A1 gp_Ax1
Résultat System

Geom_Line() public méthode

public Geom_Line ( gp_Lin L ) : System
L gp_Lin
Résultat System

Geom_Line() public méthode

public Geom_Line ( gp_Pnt P, gp_Dir V ) : System
P gp_Pnt
V gp_Dir
Résultat System

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

Lin() public méthode

public Lin ( ) : gp_Lin
Résultat gp_Lin

ParametricTransformation() public méthode

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

Position() public méthode

public Position ( ) : gp_Ax1
Résultat gp_Ax1

Reverse() public méthode

public Reverse ( ) : void
Résultat void

ReversedParameter() public méthode

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

SetDirection() public méthode

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

SetLin() public méthode

public SetLin ( gp_Lin L ) : void
L gp_Lin
Résultat void

SetLocation() public méthode

public SetLocation ( gp_Pnt P ) : void
P gp_Pnt
Résultat void

SetPosition() public méthode

public SetPosition ( gp_Ax1 A1 ) : void
A1 gp_Ax1
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