C# Class CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnHatching

Inheritance: CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_IntersectionPoint
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddPoint ( CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement Point, double Confusion ) : void
Point CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement
Confusion double
Résultat void

ClrPoints() public méthode

public ClrPoints ( ) : void
Résultat void

Dump() public méthode

public Dump ( ) : void
Résultat void

Dump() public méthode

public Dump ( int Index ) : void
Index int
Résultat void

HatchGen_PointOnHatching() public méthode

public HatchGen_PointOnHatching ( ) : System
Résultat System

HatchGen_PointOnHatching() public méthode

public HatchGen_PointOnHatching ( HatchGen_PointOnHatching parameter1 ) : System
parameter1 HatchGen_PointOnHatching
Résultat System

HatchGen_PointOnHatching() public méthode

public HatchGen_PointOnHatching ( IntRes2d_IntersectionPoint Point ) : System
Point IntRes2d_IntersectionPoint
Résultat System

IsEqual() public méthode

public IsEqual ( HatchGen_PointOnHatching Point, double Confusion ) : bool
Point HatchGen_PointOnHatching
Confusion double
Résultat bool

IsGreater() public méthode

public IsGreater ( HatchGen_PointOnHatching Point, double Confusion ) : bool
Point HatchGen_PointOnHatching
Confusion double
Résultat bool

IsLower() public méthode

public IsLower ( HatchGen_PointOnHatching Point, double Confusion ) : bool
Point HatchGen_PointOnHatching
Confusion double
Résultat bool

NbPoints() public méthode

public NbPoints ( ) : int
Résultat int

Point() public méthode

public Point ( int Index ) : CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement
Index int
Résultat CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnElement

RemPoint() public méthode

public RemPoint ( int Index ) : void
Index int
Résultat void