C# Class CascadeSharp.TKBRep.BRep.BRep_PointOnCurve

Inheritance: CascadeSharp.TKBRep.BRep.BRep_PointRepresentation
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BRep_PointOnCurve ( ) : System
BRep_PointOnCurve ( BRep_PointOnCurve parameter1 ) : System
BRep_PointOnCurve ( double P, Geom_Curve C, TopLoc_Location L ) : System
Curve ( ) : Geom_Curve
Curve ( Geom_Curve C ) : void
IsPointOnCurve ( ) : bool
IsPointOnCurve ( Geom_Curve C, TopLoc_Location L ) : bool
get_type_name ( ) : char

Method Details

BRep_PointOnCurve() public method

public BRep_PointOnCurve ( ) : System
return System

BRep_PointOnCurve() public method

public BRep_PointOnCurve ( BRep_PointOnCurve parameter1 ) : System
parameter1 BRep_PointOnCurve
return System

BRep_PointOnCurve() public method

public BRep_PointOnCurve ( double P, Geom_Curve C, TopLoc_Location L ) : System
P double
C Geom_Curve
L TopLoc_Location
return System

Curve() public method

public Curve ( ) : Geom_Curve
return Geom_Curve

Curve() public method

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

IsPointOnCurve() public method

public IsPointOnCurve ( ) : bool
return bool

IsPointOnCurve() public method

public IsPointOnCurve ( Geom_Curve C, TopLoc_Location L ) : bool
C Geom_Curve
L TopLoc_Location
return bool

get_type_name() public method

public get_type_name ( ) : char
return char