C# Class CascadeSharp.TKGeomAlgo.Geom2dHatch.Geom2dHatch_Hatching

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

public AddDomain ( HatchGen_Domain Domain ) : void
Domain HatchGen_Domain
return void

AddPoint() public method

public AddPoint ( HatchGen_PointOnHatching Point, double Confusion ) : void
Point HatchGen_PointOnHatching
Confusion double
return void

ChangeCurve() public method

public ChangeCurve ( ) : Geom2dAdaptor_Curve
return Geom2dAdaptor_Curve

ChangePoint() public method

public ChangePoint ( int Index ) : HatchGen_PointOnHatching
Index int
return HatchGen_PointOnHatching

ClassificationPoint() public method

public ClassificationPoint ( ) : gp_Pnt2d
return gp_Pnt2d

ClrDomains() public method

public ClrDomains ( ) : void
return void

ClrPoints() public method

public ClrPoints ( ) : void
return void

Curve() public method

public Curve ( ) : Geom2dAdaptor_Curve
return Geom2dAdaptor_Curve

Domain() public method

public Domain ( int Index ) : HatchGen_Domain
Index int
return HatchGen_Domain

Geom2dHatch_Hatching() public method

public Geom2dHatch_Hatching ( ) : System
return System

Geom2dHatch_Hatching() public method

public Geom2dHatch_Hatching ( Geom2dAdaptor_Curve Curve ) : System
Curve Geom2dAdaptor_Curve
return System

Geom2dHatch_Hatching() public method

public Geom2dHatch_Hatching ( Geom2dHatch_Hatching parameter1 ) : System
parameter1 Geom2dHatch_Hatching
return System

IsDone() public method

public IsDone ( ) : bool
return bool

IsDone() public method

public IsDone ( bool Flag ) : void
Flag bool
return void

NbDomains() public method

public NbDomains ( ) : int
return int

NbPoints() public method

public NbPoints ( ) : int
return int

Point() public method

public Point ( int Index ) : HatchGen_PointOnHatching
Index int
return HatchGen_PointOnHatching

RemDomain() public method

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

RemPoint() public method

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

Status() public method

public Status ( ) : HatchGen_ErrorStatus
return HatchGen_ErrorStatus

Status() public method

public Status ( HatchGen_ErrorStatus theStatus ) : void
theStatus HatchGen_ErrorStatus
return void

TrimDone() public method

public TrimDone ( ) : bool
return bool

TrimDone() public method

public TrimDone ( bool Flag ) : void
Flag bool
return void

TrimFailed() public method

public TrimFailed ( ) : bool
return bool

TrimFailed() public method

public TrimFailed ( bool Flag ) : void
Flag bool
return void