C# Class CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnHatching

Inheritance: CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_IntersectionPoint
Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
AddPoint ( CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement Point, double Confusion ) : void
ClrPoints ( ) : void
Dump ( ) : void
Dump ( int Index ) : void
HatchGen_PointOnHatching ( ) : System
HatchGen_PointOnHatching ( HatchGen_PointOnHatching parameter1 ) : System
HatchGen_PointOnHatching ( IntRes2d_IntersectionPoint Point ) : System
IsEqual ( HatchGen_PointOnHatching Point, double Confusion ) : bool
IsGreater ( HatchGen_PointOnHatching Point, double Confusion ) : bool
IsLower ( HatchGen_PointOnHatching Point, double Confusion ) : bool
NbPoints ( ) : int
Point ( int Index ) : CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement
RemPoint ( int Index ) : void

Method Details

AddPoint() public method

public AddPoint ( CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement Point, double Confusion ) : void
Point CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement
Confusion double
return void

ClrPoints() public method

public ClrPoints ( ) : void
return void

Dump() public method

public Dump ( ) : void
return void

Dump() public method

public Dump ( int Index ) : void
Index int
return void

HatchGen_PointOnHatching() public method

public HatchGen_PointOnHatching ( ) : System
return System

HatchGen_PointOnHatching() public method

public HatchGen_PointOnHatching ( HatchGen_PointOnHatching parameter1 ) : System
parameter1 HatchGen_PointOnHatching
return System

HatchGen_PointOnHatching() public method

public HatchGen_PointOnHatching ( IntRes2d_IntersectionPoint Point ) : System
Point IntRes2d_IntersectionPoint
return System

IsEqual() public method

public IsEqual ( HatchGen_PointOnHatching Point, double Confusion ) : bool
Point HatchGen_PointOnHatching
Confusion double
return bool

IsGreater() public method

public IsGreater ( HatchGen_PointOnHatching Point, double Confusion ) : bool
Point HatchGen_PointOnHatching
Confusion double
return bool

IsLower() public method

public IsLower ( HatchGen_PointOnHatching Point, double Confusion ) : bool
Point HatchGen_PointOnHatching
Confusion double
return bool

NbPoints() public method

public NbPoints ( ) : int
return int

Point() public method

public Point ( int Index ) : CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement
Index int
return CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement

RemPoint() public method

public RemPoint ( int Index ) : void
Index int
return void