C# Class CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_Transition

Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
IntSurf_Transition ( ) : System
IntSurf_Transition ( IntSurf_Transition parameter1 ) : System
IntSurf_Transition ( bool Tangent, IntSurf_Situation Situ, bool Oppos ) : System
IntSurf_Transition ( bool Tangent, IntSurf_TypeTrans Type ) : System
IsOpposite ( ) : bool
IsTangent ( ) : bool
SetValue ( ) : void
SetValue ( bool Tangent, IntSurf_Situation Situ, bool Oppos ) : void
SetValue ( bool Tangent, IntSurf_TypeTrans Type ) : void
Situation ( ) : IntSurf_Situation
TransitionType ( ) : IntSurf_TypeTrans

Method Details

IntSurf_Transition() public method

public IntSurf_Transition ( ) : System
return System

IntSurf_Transition() public method

public IntSurf_Transition ( IntSurf_Transition parameter1 ) : System
parameter1 IntSurf_Transition
return System

IntSurf_Transition() public method

public IntSurf_Transition ( bool Tangent, IntSurf_Situation Situ, bool Oppos ) : System
Tangent bool
Situ IntSurf_Situation
Oppos bool
return System

IntSurf_Transition() public method

public IntSurf_Transition ( bool Tangent, IntSurf_TypeTrans Type ) : System
Tangent bool
Type IntSurf_TypeTrans
return System

IsOpposite() public method

public IsOpposite ( ) : bool
return bool

IsTangent() public method

public IsTangent ( ) : bool
return bool

SetValue() public method

public SetValue ( ) : void
return void

SetValue() public method

public SetValue ( bool Tangent, IntSurf_Situation Situ, bool Oppos ) : void
Tangent bool
Situ IntSurf_Situation
Oppos bool
return void

SetValue() public method

public SetValue ( bool Tangent, IntSurf_TypeTrans Type ) : void
Tangent bool
Type IntSurf_TypeTrans
return void

Situation() public method

public Situation ( ) : IntSurf_Situation
return IntSurf_Situation

TransitionType() public method

public TransitionType ( ) : IntSurf_TypeTrans
return IntSurf_TypeTrans