C# Class CascadeSharp.TKG3d.Geom.Geom_Line

Inheritance: CascadeSharp.TKG3d.Geom.Geom_Curve
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

public Continuity ( ) : GeomAbs_Shape
return GeomAbs_Shape

Copy() public method

public Copy ( ) : CascadeSharp.TKG3d.Geom.Geom_Geometry
return CascadeSharp.TKG3d.Geom.Geom_Geometry

D0() public method

public D0 ( double U, gp_Pnt P ) : void
U double
P gp_Pnt
return void

D1() public method

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

D2() public method

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
return void

D3() public method

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
return void

DN() public method

public DN ( double U, int N ) : gp_Vec
U double
N int
return gp_Vec

FirstParameter() public method

public FirstParameter ( ) : double
return double

Geom_Line() public method

public Geom_Line ( ) : System
return System

Geom_Line() public method

public Geom_Line ( Geom_Line parameter1 ) : System
parameter1 Geom_Line
return System

Geom_Line() public method

public Geom_Line ( gp_Ax1 A1 ) : System
A1 gp_Ax1
return System

Geom_Line() public method

public Geom_Line ( gp_Lin L ) : System
L gp_Lin
return System

Geom_Line() public method

public Geom_Line ( gp_Pnt P, gp_Dir V ) : System
P gp_Pnt
V gp_Dir
return System

IsCN() public method

public IsCN ( int N ) : bool
N int
return bool

IsClosed() public method

public IsClosed ( ) : bool
return bool

IsPeriodic() public method

public IsPeriodic ( ) : bool
return bool

LastParameter() public method

public LastParameter ( ) : double
return double

Lin() public method

public Lin ( ) : gp_Lin
return gp_Lin

ParametricTransformation() public method

public ParametricTransformation ( gp_Trsf T ) : double
T gp_Trsf
return double

Position() public method

public Position ( ) : gp_Ax1
return gp_Ax1

Reverse() public method

public Reverse ( ) : void
return void

ReversedParameter() public method

public ReversedParameter ( double U ) : double
U double
return double

SetDirection() public method

public SetDirection ( gp_Dir V ) : void
V gp_Dir
return void

SetLin() public method

public SetLin ( gp_Lin L ) : void
L gp_Lin
return void

SetLocation() public method

public SetLocation ( gp_Pnt P ) : void
P gp_Pnt
return void

SetPosition() public method

public SetPosition ( gp_Ax1 A1 ) : void
A1 gp_Ax1
return void

Transform() public method

public Transform ( gp_Trsf T ) : void
T gp_Trsf
return void

TransformedParameter() public method

public TransformedParameter ( double U, gp_Trsf T ) : double
U double
T gp_Trsf
return double

get_type_name() public method

public get_type_name ( ) : char
return char