C# Class CascadeSharp.TKGeomAlgo.Geom2dHatch.Geom2dHatch_Hatching

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
AddDomain ( HatchGen_Domain Domain ) : void
AddPoint ( HatchGen_PointOnHatching Point, double Confusion ) : void
ChangeCurve ( ) : Geom2dAdaptor_Curve
ChangePoint ( int Index ) : HatchGen_PointOnHatching
ClassificationPoint ( ) : gp_Pnt2d
ClrDomains ( ) : void
ClrPoints ( ) : void
Curve ( ) : Geom2dAdaptor_Curve
Domain ( int Index ) : HatchGen_Domain
Geom2dHatch_Hatching ( ) : System
Geom2dHatch_Hatching ( Geom2dAdaptor_Curve Curve ) : System
Geom2dHatch_Hatching ( Geom2dHatch_Hatching parameter1 ) : System
IsDone ( ) : bool
IsDone ( bool Flag ) : void
NbDomains ( ) : int
NbPoints ( ) : int
Point ( int Index ) : HatchGen_PointOnHatching
RemDomain ( int Index ) : void
RemPoint ( int Index ) : void
Status ( ) : HatchGen_ErrorStatus
Status ( HatchGen_ErrorStatus theStatus ) : void
TrimDone ( ) : bool
TrimDone ( bool Flag ) : void
TrimFailed ( ) : bool
TrimFailed ( bool Flag ) : void

Method Details

AddDomain() public méthode

public AddDomain ( HatchGen_Domain Domain ) : void
Domain HatchGen_Domain
Résultat void

AddPoint() public méthode

public AddPoint ( HatchGen_PointOnHatching Point, double Confusion ) : void
Point HatchGen_PointOnHatching
Confusion double
Résultat void

ChangeCurve() public méthode

public ChangeCurve ( ) : Geom2dAdaptor_Curve
Résultat Geom2dAdaptor_Curve

ChangePoint() public méthode

public ChangePoint ( int Index ) : HatchGen_PointOnHatching
Index int
Résultat HatchGen_PointOnHatching

ClassificationPoint() public méthode

public ClassificationPoint ( ) : gp_Pnt2d
Résultat gp_Pnt2d

ClrDomains() public méthode

public ClrDomains ( ) : void
Résultat void

ClrPoints() public méthode

public ClrPoints ( ) : void
Résultat void

Curve() public méthode

public Curve ( ) : Geom2dAdaptor_Curve
Résultat Geom2dAdaptor_Curve

Domain() public méthode

public Domain ( int Index ) : HatchGen_Domain
Index int
Résultat HatchGen_Domain

Geom2dHatch_Hatching() public méthode

public Geom2dHatch_Hatching ( ) : System
Résultat System

Geom2dHatch_Hatching() public méthode

public Geom2dHatch_Hatching ( Geom2dAdaptor_Curve Curve ) : System
Curve Geom2dAdaptor_Curve
Résultat System

Geom2dHatch_Hatching() public méthode

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

IsDone() public méthode

public IsDone ( ) : bool
Résultat bool

IsDone() public méthode

public IsDone ( bool Flag ) : void
Flag bool
Résultat void

NbDomains() public méthode

public NbDomains ( ) : int
Résultat int

NbPoints() public méthode

public NbPoints ( ) : int
Résultat int

Point() public méthode

public Point ( int Index ) : HatchGen_PointOnHatching
Index int
Résultat HatchGen_PointOnHatching

RemDomain() public méthode

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

RemPoint() public méthode

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

Status() public méthode

public Status ( ) : HatchGen_ErrorStatus
Résultat HatchGen_ErrorStatus

Status() public méthode

public Status ( HatchGen_ErrorStatus theStatus ) : void
theStatus HatchGen_ErrorStatus
Résultat void

TrimDone() public méthode

public TrimDone ( ) : bool
Résultat bool

TrimDone() public méthode

public TrimDone ( bool Flag ) : void
Flag bool
Résultat void

TrimFailed() public méthode

public TrimFailed ( ) : bool
Résultat bool

TrimFailed() public méthode

public TrimFailed ( bool Flag ) : void
Flag bool
Résultat void