C# Class CascadeSharp.TKBRep.BRep.BRep_PointOnCurveOnSurface

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

Public Methods

Method Description
BRep_PointOnCurveOnSurface ( ) : System
BRep_PointOnCurveOnSurface ( BRep_PointOnCurveOnSurface parameter1 ) : System
BRep_PointOnCurveOnSurface ( double P, Geom2d_Curve C, Geom_Surface S, TopLoc_Location L ) : System
IsPointOnCurveOnSurface ( ) : bool
IsPointOnCurveOnSurface ( Geom2d_Curve PC, Geom_Surface S, TopLoc_Location L ) : bool
PCurve ( ) : Geom2d_Curve
PCurve ( Geom2d_Curve C ) : void
get_type_name ( ) : char

Method Details

BRep_PointOnCurveOnSurface() public method

public BRep_PointOnCurveOnSurface ( ) : System
return System

BRep_PointOnCurveOnSurface() public method

public BRep_PointOnCurveOnSurface ( BRep_PointOnCurveOnSurface parameter1 ) : System
parameter1 BRep_PointOnCurveOnSurface
return System

BRep_PointOnCurveOnSurface() public method

public BRep_PointOnCurveOnSurface ( double P, Geom2d_Curve C, Geom_Surface S, TopLoc_Location L ) : System
P double
C Geom2d_Curve
S Geom_Surface
L TopLoc_Location
return System

IsPointOnCurveOnSurface() public method

public IsPointOnCurveOnSurface ( ) : bool
return bool

IsPointOnCurveOnSurface() public method

public IsPointOnCurveOnSurface ( Geom2d_Curve PC, Geom_Surface S, TopLoc_Location L ) : bool
PC Geom2d_Curve
S Geom_Surface
L TopLoc_Location
return bool

PCurve() public method

public PCurve ( ) : Geom2d_Curve
return Geom2d_Curve

PCurve() public method

public PCurve ( Geom2d_Curve C ) : void
C Geom2d_Curve
return void

get_type_name() public method

public get_type_name ( ) : char
return char