C# Class CascadeSharp.TKG3d.Geom.Geom_OffsetCurve

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

Public Methods

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

public BasisCurve ( ) : CascadeSharp.TKG3d.Geom.Geom_Curve
return CascadeSharp.TKG3d.Geom.Geom_Curve

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

Direction() public method

public Direction ( ) : gp_Dir
return gp_Dir

FirstParameter() public method

public FirstParameter ( ) : double
return double

Geom_OffsetCurve() public method

public Geom_OffsetCurve ( ) : System
return System

Geom_OffsetCurve() public method

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

Geom_OffsetCurve() public method

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

Geom_OffsetCurve() public method

public Geom_OffsetCurve ( Geom_OffsetCurve parameter1 ) : System
parameter1 Geom_OffsetCurve
return System

GetBasisCurveContinuity() public method

public GetBasisCurveContinuity ( ) : GeomAbs_Shape
return GeomAbs_Shape

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

Offset() public method

public Offset ( ) : double
return double

ParametricTransformation() public method

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

Period() public method

public Period ( ) : double
return double

Reverse() public method

public Reverse ( ) : void
return void

ReversedParameter() public method

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

SetBasisCurve() public method

public SetBasisCurve ( Geom_Curve C ) : void
C Geom_Curve
return void

SetBasisCurve() public method

public SetBasisCurve ( Geom_Curve C, bool _isNotCheckC0 ) : void
C Geom_Curve
_isNotCheckC0 bool
return void

SetDirection() public method

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

SetOffsetValue() public method

public SetOffsetValue ( double D ) : void
D double
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