C# Class CascadeSharp.TKG3d.Adaptor3d.Adaptor3d_HVertex

Inheritance: Standard_Transient
Mostra file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Adaptor3d_HVertex ( ) : System
Adaptor3d_HVertex ( Adaptor3d_HVertex parameter1 ) : System
Adaptor3d_HVertex ( gp_Pnt2d P, TopAbs_Orientation Ori, double Resolution ) : System
IsSame ( Adaptor3d_HVertex Other ) : bool
Orientation ( ) : TopAbs_Orientation
Parameter ( Adaptor2d_HCurve2d C ) : double
Resolution ( Adaptor2d_HCurve2d C ) : double
Value ( ) : gp_Pnt2d
get_type_name ( ) : char

Method Details

Adaptor3d_HVertex() public method

public Adaptor3d_HVertex ( ) : System
return System

Adaptor3d_HVertex() public method

public Adaptor3d_HVertex ( Adaptor3d_HVertex parameter1 ) : System
parameter1 Adaptor3d_HVertex
return System

Adaptor3d_HVertex() public method

public Adaptor3d_HVertex ( gp_Pnt2d P, TopAbs_Orientation Ori, double Resolution ) : System
P gp_Pnt2d
Ori TopAbs_Orientation
Resolution double
return System

IsSame() public method

public IsSame ( Adaptor3d_HVertex Other ) : bool
Other Adaptor3d_HVertex
return bool

Orientation() public method

public Orientation ( ) : TopAbs_Orientation
return TopAbs_Orientation

Parameter() public method

public Parameter ( Adaptor2d_HCurve2d C ) : double
C Adaptor2d_HCurve2d
return double

Resolution() public method

public Resolution ( Adaptor2d_HCurve2d C ) : double
C Adaptor2d_HCurve2d
return double

Value() public method

public Value ( ) : gp_Pnt2d
return gp_Pnt2d

get_type_name() public method

public get_type_name ( ) : char
return char