C# 클래스 CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_PointOnHatching

상속: CascadeSharp.TKGeomAlgo.HatchGen.HatchGen_IntersectionPoint
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddPoint() 공개 메소드

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

ClrPoints() 공개 메소드

public ClrPoints ( ) : void
리턴 void

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

Dump() 공개 메소드

public Dump ( int Index ) : void
Index int
리턴 void

HatchGen_PointOnHatching() 공개 메소드

public HatchGen_PointOnHatching ( ) : System
리턴 System

HatchGen_PointOnHatching() 공개 메소드

public HatchGen_PointOnHatching ( HatchGen_PointOnHatching parameter1 ) : System
parameter1 HatchGen_PointOnHatching
리턴 System

HatchGen_PointOnHatching() 공개 메소드

public HatchGen_PointOnHatching ( IntRes2d_IntersectionPoint Point ) : System
Point IntRes2d_IntersectionPoint
리턴 System

IsEqual() 공개 메소드

public IsEqual ( HatchGen_PointOnHatching Point, double Confusion ) : bool
Point HatchGen_PointOnHatching
Confusion double
리턴 bool

IsGreater() 공개 메소드

public IsGreater ( HatchGen_PointOnHatching Point, double Confusion ) : bool
Point HatchGen_PointOnHatching
Confusion double
리턴 bool

IsLower() 공개 메소드

public IsLower ( HatchGen_PointOnHatching Point, double Confusion ) : bool
Point HatchGen_PointOnHatching
Confusion double
리턴 bool

NbPoints() 공개 메소드

public NbPoints ( ) : int
리턴 int

Point() 공개 메소드

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

RemPoint() 공개 메소드

public RemPoint ( int Index ) : void
Index int
리턴 void