C# Class CascadeSharp.TKG3d.Geom.Geom_ElementarySurface

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

Public Methods

Method Description
Axis ( ) : gp_Ax1
Continuity ( ) : GeomAbs_Shape
Geom_ElementarySurface ( ) : System
Geom_ElementarySurface ( Geom_ElementarySurface parameter1 ) : System
IsCNu ( int N ) : bool
IsCNv ( int N ) : bool
Location ( ) : gp_Pnt
Position ( ) : gp_Ax3
SetAxis ( gp_Ax1 theA1 ) : void
SetLocation ( gp_Pnt theLoc ) : void
SetPosition ( gp_Ax3 theAx3 ) : void
UReverse ( ) : void
UReversedParameter ( double U ) : double
VReverse ( ) : void
VReversedParameter ( double V ) : double
get_type_name ( ) : char

Method Details

Axis() public method

public Axis ( ) : gp_Ax1
return gp_Ax1

Continuity() public method

public Continuity ( ) : GeomAbs_Shape
return GeomAbs_Shape

Geom_ElementarySurface() public method

public Geom_ElementarySurface ( ) : System
return System

Geom_ElementarySurface() public method

public Geom_ElementarySurface ( Geom_ElementarySurface parameter1 ) : System
parameter1 Geom_ElementarySurface
return System

IsCNu() public method

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

IsCNv() public method

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

Location() public method

public Location ( ) : gp_Pnt
return gp_Pnt

Position() public method

public Position ( ) : gp_Ax3
return gp_Ax3

SetAxis() public method

public SetAxis ( gp_Ax1 theA1 ) : void
theA1 gp_Ax1
return void

SetLocation() public method

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

SetPosition() public method

public SetPosition ( gp_Ax3 theAx3 ) : void
theAx3 gp_Ax3
return void

UReverse() public method

public UReverse ( ) : void
return void

UReversedParameter() public method

public UReversedParameter ( double U ) : double
U double
return double

VReverse() public method

public VReverse ( ) : void
return void

VReversedParameter() public method

public VReversedParameter ( double V ) : double
V double
return double

get_type_name() public method

public get_type_name ( ) : char
return char